Re-enable Copy
Removes copy disablers from certain pages; gives the information's control back to the user.
什麼是Re-enable Copy?
Re-enable Copy是由tacla.yamada開發的Chrome擴展程式,該擴展的主要功能是“Removes copy disablers from certain pages; gives the information's control back to the user.”。
下載Re-enable Copy擴展crx文件
下載Re-enable Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This disables copy spies which try to prevent users from copy and pasting content from a web page.
擴展基本資訊
名稱 | |
ID | kpojaicmdgpmoemkdlbnmokolafjmcbn |
官方網址 | https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn |
簡介 | Removes copy disablers from certain pages; gives the information's control back to the user. |
檔案大小 | 17.25 KB |
安裝次數 | 56 |
目前版本 | 0.0.1 |
更新時間 | 2014-07-03 |
上架時間 | 2014-07-03 |
評分 | 4.67/5 共 3 次評分 |
開發者 | tacla.yamada |
付費類型 | free |
擴展官網 | https://github.com/yamadapc/re-enable-copy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Re-enable Copy", "description": "Removes copy disablers from certain pages; gives the information's control back to the user.", "version": "0.0.1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.folha.uol.com.br\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ] } |