CopyPaste
Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.
What is CopyPaste?
CopyPaste is a Chrome extension developed by Felipe Nolleto, and its main feature is "Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.".
Extension Screenshots
Download CopyPaste Extension CRX File
Download CopyPaste 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
Permite que você salve frases ou palavras que você usa com frequência, e copia-las para área de transferência ou colar direto no lugar aonde você deseja.
Extension Basic Information
Name | CopyPaste |
ID | icmoogdmojecgjphlaghlciiajddhljm |
Official URL | https://chromewebstore.google.com/detail/copypaste/icmoogdmojecgjphlaghlciiajddhljm |
Description | Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente. |
File Size | 88.7 KB |
Installation Count | 71 |
Current Version | 1.0.1 |
Last Updated | 2015-01-13 |
Publish Date | 2015-01-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Felipe Nolleto |
Payment Type | free |
Extension Website | https://github.com/nolleto/CopyPaste |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CopyPaste", "description": "Guarde frases que voc\u00ea geralmente usa todos os dias e copie ou cole elas facilmente.", "version": "1.0.1", "permissions": [ "background", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "\/images\/icon_copy.png", "default_popup": "\/html\/index.html" }, "background": { "page": "\/html\/background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/content_script.js" ] } ], "icons": { "16": "\/images\/icon_copy.png", "48": "\/images\/icon_copy.png", "128": "\/images\/icon_copy.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |