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