CoinURL

Shorten links and earn money

CoinURL란 무엇입니까?

CoinURL은(는) https://coinurl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten links and earn money"입니다.

확장 프로그램 스크린샷

screenshot

CoinURL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}