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 |
| 公式URL | 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 |
| Eメール | [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
} | |