CoinURL
Shorten links and earn money
CoinURL là gì?
CoinURL là một tiện ích mở rộng Chrome được phát triển bởi https://coinurl.com, và tính năng chính của nó là "Shorten links and earn money".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CoinURL
Tải xuống các tệp mở rộng CoinURL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CoinURL |
ID | hioofbdebnagjphoejaimfoklbcemnfh |
URL Chính Thức | https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh |
Mô tả | Shorten links and earn money |
Kích Thước Tệp | 20.68 KB |
Số Lần Cài Đặt | 392 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2013-06-24 |
Ngày Phát Hành | 2013-06-24 |
Đánh Giá | 4.50/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://coinurl.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://coinurl.com |
URL Trang Trợ Giúp | http://coinurl.com/faq.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |