CoinURL

Shorten links and earn money

Apa itu CoinURL?

CoinURL adalah ekstensi Chrome yang dikembangkan oleh https://coinurl.com, dan fitur utamanya adalah "Shorten links and earn money".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CoinURL

Unduh file ekstensi CoinURL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
URL Resmi https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
Deskripsi Shorten links and earn money
Ukuran File 20.68 KB
Jumlah Instalasi 392
Versi Saat Ini 1.1.6
Terakhir Diperbarui 2013-06-24
Tanggal Publikasi 2013-06-24
Penilaian 4.50/5 Total 22 Penilaian
Pengembang https://coinurl.com
Tipe Pembayaran free
Situs Ekstensi http://coinurl.com
URL Halaman Bantuan http://coinurl.com/faq.php
Bahasa yang Didukung 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"
    }
}