We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade60b commit 8ebfc55Copy full SHA for 8ebfc55
js/content_script.js
@@ -1,4 +1,5 @@
1
var $x=0,$y=0;
2
+
3
// Add bubble to the top of the page.
4
var $box = $("<div>", {"class": "box_overlay"});
5
$("body").append($box);
manifest.json
@@ -3,7 +3,7 @@
"name": "FlashDict",
"description": "Just double click on any word and get its meaning instantly.",
6
- "version": "1.1.0",
+ "version": "1.2.0",
7
8
"background": {
9
"scripts": ["js/background.js"],
0 commit comments