CoinURL
Shorten links and earn money
什麼是CoinURL?
CoinURL是由https://coinurl.com開發的Chrome擴展程式,該擴展的主要功能是“Shorten links and earn money”。
擴展截圖
下載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 |
ID | hioofbdebnagjphoejaimfoklbcemnfh |
官方網址 | 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" } } |