浏览代码

Turned off Debugging

Dhruv Vemula 12 年之前
父节点
当前提交
8ea49e21ec
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      copylinkaddress.js
  2. 二进制
      copylinkaddress.zip
  3. 1 1
      manifest.json

+ 1 - 1
copylinkaddress.js

@@ -23,7 +23,7 @@ linkAddress.css({position: 'absolute', left:'-9999em'});
 
 var previousCaretPosition = -1;
 
-COPYL_DEBUG = true;
+COPYL_DEBUG = false;
 
 function write_to_console(text) {
     if (COPYL_DEBUG)

二进制
copylinkaddress.zip


+ 1 - 1
manifest.json

@@ -1,7 +1,7 @@
 {
     "manifest_version": 2,
     "name": "Copy Link Address",
-    "version": "0.5",
+    "version": "0.5.1",
     "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!",
     "content_scripts": [
         {