CoinURL
Shorten links and earn money
CoinURL क्या है?
CoinURL https://coinurl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten links and earn money"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CoinURL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |