CoinURL

Shorten links and earn money

Co to jest CoinURL?

CoinURL to rozszerzenie Chrome opracowane przez https://coinurl.com, a jego główną funkcją jest „Shorten links and earn money”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CoinURL

Pobierz pliki rozszerzeń CoinURL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
Oficjalny URL https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
Opis Shorten links and earn money
Rozmiar pliku 20.68 KB
Liczba instalacji 392
Aktualna Wersja 1.1.6
Ostatnia Aktualizacja 2013-06-24
Data Publikacji 2013-06-24
Ocena 4.50/5 Łącznie 22 Oceny
Deweloper https://coinurl.com
Typ Płatności free
Strona Rozszerzenia http://coinurl.com
Adres URL Strony Pomocy http://coinurl.com/faq.php
Obsługiwane Języki 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"
    }
}