anti-copy-pasta
Disables text selection on stackoverflow.com
什麼是anti-copy-pasta?
anti-copy-pasta是由Travis Paul開發的Chrome擴展程式,該擴展的主要功能是“Disables text selection on stackoverflow.com”。
擴展截圖
下載anti-copy-pasta擴展crx文件
下載anti-copy-pasta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Installing this extension in your Chrome browser (or perhaps a lazy co-worker's...) will prevent you from selecting (and therefore also copy+pasting) any text from stackoverflow.com. Enjoy :)
擴展基本資訊
名稱 | anti-copy-pasta |
ID | bpmjllnllinemdobdpbphdnoaanjpkkb |
官方網址 | https://chromewebstore.google.com/detail/anti-copy-pasta/bpmjllnllinemdobdpbphdnoaanjpkkb |
簡介 | Disables text selection on stackoverflow.com |
檔案大小 | 8.21 KB |
安裝次數 | 66 |
目前版本 | 1.0.1 |
更新時間 | 2016-06-02 |
上架時間 | 2016-06-01 |
評分 | 5.00/5 共 6 次評分 |
開發者 | Travis Paul |
付費類型 | free |
擴展官網 | https://github.com/TravisPaul/crx-anti-copy-pasta |
說明頁面URL | https://github.com/TravisPaul/crx-anti-copy-pasta/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "http:\/\/stackoverflow.com\/*", "https:\/\/stackoverflow.com\/*" ], "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/*", "https:\/\/stackoverflow.com\/*" ], "js": [ "content_script.js" ] } ] } |