Copy&Clear
Simple extension to copy and paste text and plain.
什麼是Copy&Clear?
Copy&Clear是由Luciano Borges開發的Chrome擴展程式,該擴展的主要功能是“Simple extension to copy and paste text and plain.”。
擴展截圖
下載Copy&Clear擴展crx文件
下載Copy&Clear擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple extension to copy and paste text and plain. 擴展基本資訊
| 名稱 | |
| ID | pfjhbkgfmakodandnbibhllncbggjngl |
| 官方網址 | https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl |
| 簡介 | Simple extension to copy and paste text and plain. |
| 檔案大小 | 59.93 KB |
| 安裝次數 | 542 |
| 目前版本 | 1.38 |
| 更新時間 | 2016-03-26 |
| 上架時間 | 2016-03-26 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Luciano Borges |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,en-US,es,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"short_name": "__MSG_chrome_extension_name__",
"version": "1.38",
"icons": {
"16": "images\/socl_016.png",
"32": "images\/socl_032.png",
"48": "images\/socl_048.png",
"128": "images\/socl_128.png"
},
"default_locale": "en",
"description": "__MSG_chrome_extension_description__",
"author": "iAutomate - Integra\u00e7\u00e3o de Sistemas",
"browser_action": {
"default_icon": "images\/logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"contextMenus",
"clipboardWrite",
"notifications",
"storage"
],
"options_page": "options.html",
"web_accessible_resources": [
"images\/socl_048.png"
],
"content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
"manifest_version": 2
} | |