Copy URL+
Copy a short URL, title, and selected text in any format you want.
O que é Copy URL+?
Copy URL+ é uma extensão do Chrome desenvolvida por Naoto Yokoyama, e sua principal característica é "Copy a short URL, title, and selected text in any format you want.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy URL+
Baixe arquivos de extensão Copy URL+ 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
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
Informações Básicas da Extensão
Nome | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
URL Oficial | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
Descrição | Copy a short URL, title, and selected text in any format you want. |
Tamanho do Arquivo | 35.59 KB |
Contagem de Instalações | 3,796 |
Versão Atual | 1.1.1 |
Última Atualização | 2020-08-06 |
Data de Publicação | 2020-08-06 |
Classificação | 3.93/5 Total de 45 Avaliações |
Desenvolvedor | Naoto Yokoyama |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL+", "version": "1.1.1", "description": "Copy a short URL, title, and selected text in any format you want.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/keyboard.js", "scripts\/content-script.js" ] } ], "permissions": [ "tabs", "clipboardWrite", "notifications", "contextMenus", "https:\/\/www.googleapis.com\/url\/shortener", "https:\/\/accounts.google.com\/o\/oauth2\/auth", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/*\/", "https:\/\/*\/" ] } |