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