CoinURL
Shorten links and earn money
Cos'è CoinURL?
CoinURL è un'estensione di Chrome sviluppata da https://coinurl.com, e la sua funzione principale è "Shorten links and earn money".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CoinURL
Scarica i file di estensione CoinURL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CoinURL |
ID | hioofbdebnagjphoejaimfoklbcemnfh |
URL Ufficiale | https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh |
Descrizione | Shorten links and earn money |
Dimensione del File | 20.68 KB |
Conteggio Installazioni | 392 |
Versione Corrente | 1.1.6 |
Ultimo Aggiornamento | 2013-06-24 |
Data di Pubblicazione | 2013-06-24 |
Valutazione | 4.50/5 Totale 22 Valutazioni |
Sviluppatore | https://coinurl.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://coinurl.com |
URL della Pagina di Aiuto | http://coinurl.com/faq.php |
Lingue Supportate | 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" } } |