Copy&Clear
Simple extension to copy and paste text and plain.
What is Copy&Clear?
Copy&Clear is a Chrome extension developed by Luciano Borges, and its main feature is "Simple extension to copy and paste text and plain.".
Extension Screenshots
Download Copy&Clear Extension CRX File
Download Copy&Clear extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple extension to copy and paste text and plain.
Extension Basic Information
Name | |
ID | pfjhbkgfmakodandnbibhllncbggjngl |
Official URL | https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl |
Description | Simple extension to copy and paste text and plain. |
File Size | 59.93 KB |
Installation Count | 542 |
Current Version | 1.38 |
Last Updated | 2016-03-26 |
Publish Date | 2016-03-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Luciano Borges |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |