Enable Copy
Enables Copy option which was disabled with CSS
什麼是Enable Copy ?
Enable Copy 是由Parveen Sharma開發的Chrome擴展程式,該擴展的主要功能是“Enables Copy option which was disabled with CSS”。
下載Enable Copy 擴展crx文件
下載Enable Copy 擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.
擴展基本資訊
名稱 | ![]() |
ID | gmcchhpbifhgejjcndloaeilbfpojkne |
官方網址 | https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne |
簡介 | Enables Copy option which was disabled with CSS |
檔案大小 | 32.98 KB |
安裝次數 | 37 |
目前版本 | 1.2 |
更新時間 | 2017-08-13 |
上架時間 | 2017-08-13 |
開發者 | Parveen Sharma |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Copy ", "version": "1.2", "description": "Enables Copy option which was disabled with CSS", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.js", "fun.js" ] } ], "manifest_version": 2 } |