Clean Copy
Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL…
O que é Clean Copy?
Clean Copy é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clean Copy
Baixe arquivos de extensão Clean Copy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL shorteners. Currently works for: youtube.com amazon.com amazon.co.uk play.google.com maps.google.com More sites to be added later. Change Notes: - Added Google Play to supported sites - Fixed bug with Chrome sync - Custom pages now synced across all your devices! - Options screen for adding custom pages - Small optimizations Fork me on GitHub: https://github.com/Wavesonics/CleanCopy
Informações Básicas da Extensão
Nome | Clean Copy |
ID | feafcnldgdkaeielkndolgflbegokjkb |
URL Oficial | https://chromewebstore.google.com/detail/clean-copy/feafcnldgdkaeielkndolgflbegokjkb |
Descrição | Copy URLs from sites like Youtube and Amazon without all of the junk. Makes it nice for linking people in EMails or IM without URL… |
Tamanho do Arquivo | 59.43 KB |
Contagem de Instalações | 237 |
Versão Atual | 0.9 |
Última Atualização | 2013-01-15 |
Data de Publicação | 2013-01-14 |
Classificação | 3.86/5 Total de 7 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Wavesonics/CleanCopy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.9", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "options_page": "options.html", "incognito": "spanning", "background": { "persistent": false, "scripts": [ "jquery-1.8.3.min.js", "supportedSites.js", "utilities.js", "background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clean Copy", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "clipboardWrite", "storage" ] } |