CoinURL

Shorten links and earn money

Vad är CoinURL?

CoinURL är en Chrome-tillägg utvecklad av https://coinurl.com, och dess huvudfunktion är "Shorten links and earn money".

Tilläggsskärmbilder

screenshot

Ladda ner CoinURL-förlängningens CRX-fil

Ladda ner CoinURL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
Officiell webbadress https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
Beskrivning Shorten links and earn money
Filstorlek 20.68 KB
Antal Installationer 392
Aktuell Version 1.1.6
Senast Uppdaterad 2013-06-24
Publiceringsdatum 2013-06-24
Betyg 4.50/5 Totalt 22 Betyg
Utvecklare https://coinurl.com
Betalningssätt free
Tilläggswebbplats http://coinurl.com
Hjälpsida URL http://coinurl.com/faq.php
Stödda Språk 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"
    }
}