CoinURL

Shorten links and earn money

Что такое CoinURL?

CoinURL - это расширение Chrome, разработанное https://coinurl.com, и его основная функция - "Shorten links and earn money".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CoinURL

Скачайте файлы расширений 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"
    }
}