Enable Copy
Allow selecting, copying, pasting anywhere.
什麼是Enable Copy?
Enable Copy是由Derek開發的Chrome擴展程式,該擴展的主要功能是“Allow selecting, copying, pasting anywhere.”。
擴展截圖
下載Enable Copy擴展crx文件
下載Enable Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enable Copy is a simple tool made by Derek.
How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page. 擴展基本資訊
| 名稱 | |
| ID | igbahmkffbagkepelepkldjiknhbklga |
| 官方網址 | https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga |
| 簡介 | Allow selecting, copying, pasting anywhere. |
| 檔案大小 | 19.78 KB |
| 安裝次數 | 20,000 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-01-21 |
| 上架時間 | 2020-10-05 |
| 評分 | 3.63/5 共 16 次評分 |
| 開發者 | Derek |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"manifest_version": 2,
"version": "1.0",
"description": "__MSG_extDesc__",
"default_locale": "en",
"icons": {
"48": "img\/48.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "img\/48.png",
"default_title": "__MSG_extName__"
},
"web_accessible_resources": [
"img\/header.png",
"img\/body.png",
"img\/footer.png"
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
]
} | |