CoinURL

Shorten links and earn money

CoinURLとは何ですか?

CoinURLはhttps://coinurl.comによって開発されたChromeの拡張機能で、その主な機能は「Shorten links and earn money」です。

拡張機能のスクリーンショット

screenshot

CoinURL拡張機能のCRXファイルをダウンロード

CoinURL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
公式URL https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
説明 Shorten links and earn money
ファイルサイズ 20.68 KB
インストール数 392
現在のバージョン 1.1.6
最終更新日 2013-06-24
公開日 2013-06-24
評価 4.50/5 合計 22 レビュー
開発者 https://coinurl.com
支払い方法 free
拡張機能のウェブサイト http://coinurl.com
ヘルプページのURL http://coinurl.com/faq.php
対応言語 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"
    }
}