CoinURL
Shorten links and earn money
O que é CoinURL?
CoinURL é uma extensão do Chrome desenvolvida por https://coinurl.com, e sua principal característica é "Shorten links and earn money".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CoinURL
Baixe arquivos de extensão CoinURL 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
Shorten links and earn virtual currency Bitcoin using coinurl.com service! * Make right-click on the link to shorten contents of a "href" attribute * Make right-click on the selected text to treat it as link and shorten it * To shorten current tab's URL click extension's button located on the right from address bar Short URL will be automatically copied to the clipboard. Register an account with coinurl.com, enter UUID displayed on your profile page and you will receive Bitcoins for every click made on your link.
Informações Básicas da Extensão
Nome | CoinURL |
ID | hioofbdebnagjphoejaimfoklbcemnfh |
URL Oficial | https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh |
Descrição | Shorten links and earn money |
Tamanho do Arquivo | 20.68 KB |
Contagem de Instalações | 392 |
Versão Atual | 1.1.6 |
Última Atualização | 2013-06-24 |
Data de Publicação | 2013-06-24 |
Classificação | 4.50/5 Total de 22 Avaliações |
Desenvolvedor | https://coinurl.com |
Tipo de Pagamento | free |
Site da Extensão | http://coinurl.com |
URL da Página de Ajuda | http://coinurl.com/faq.php |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CoinURL", "version": "1.1.6", "description": "Shorten links and earn money", "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "icons": { "16": "icons\/coinurl_16.png", "32": "icons\/coinurl_32.png", "48": "icons\/coinurl_32.png", "128": "icons\/coinurl_32.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "background" ], "browser_action": { "default_icon": "icons\/coinurl_16.png", "default_popup": "popup.html", "default_title": "Shorten tab's URL and copy to clipboard" } } |