CoinURL

Shorten links and earn money

Co je CoinURL?

CoinURL je rozšíření Chrome vyvinuté https://coinurl.com, a jeho hlavní funkcí je „Shorten links and earn money“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CoinURL

Stáhněte si soubory rozšíření CoinURL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
Oficiální URL https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
Popis Shorten links and earn money
Velikost souboru 20.68 KB
Počet instalací 392
Aktuální Verze 1.1.6
Poslední Aktualizace 2013-06-24
Datum Vydání 2013-06-24
Hodnocení 4.50/5 Celkem 22 Hodnocení
Vývojář https://coinurl.com
Typ Platby free
Webové stránky Rozšíření http://coinurl.com
URL Stránky Nápovědy http://coinurl.com/faq.php
Podporované Jazyky 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"
    }
}