LinkMaster
Make a short link.
LinkMaster क्या है?
LinkMaster https://vufuzi.se द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make a short link."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkMaster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shorten links with a simple click. You can create short links by clicking the link icon next to the tool on the top right or by using the rightclick-menu on images, HTML5-videos and links. You'll need a bit.ly account to use this extension. Log in to bitly in the options. If you do not already have an account at Bitly, you can easily register directly or connect with Twitter or Facebook. You'll be able to use your own shortdomain if it is connected to your Bitly account. ~ Changelog ~ Update 18th January 2014: + Major redesign + Improved code + Enchanted popup-box when making links. Update 24th August 2013: + Right-clicking images, videos and links to get a short link now works again. + Improved code
एक्सटेंशन की मूल जानकारी
नाम | LinkMaster |
ID | mdgncmfemcgcpdmchnenmkgfdpedokgo |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkmaster/mdgncmfemcgcpdmchnenmkgfdpedokgo |
विवरण | Make a short link. |
फ़ाइल का आकार | 366 KB |
स्थापना संख्या | 2,988 |
वर्तमान संस्करण | 0.4.2 |
अंतिम अपडेट | 2015-02-05 |
प्रकाशन तिथि | 2015-02-05 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://vufuzi.se |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://vufuzi.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.ctrl.min.js", "notification.ctrl.min.js" ] }, "browser_action": { "default_icon": "19.png", "default_popup": "popup.html" }, "description": "Make a short link.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "LinkMaster", "options_page": "options.html", "permissions": [ "https:\/\/api-ssl.bitly.com\/", "tabs", "clipboardWrite", "contextMenus", "notifications", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4.2", "web_accessible_resources": [ "auth.html", "48.png" ] } |