Sho.ink Link Shortener
This extension allows you to easily shorten and track links using the right-click menu of your browser.
Sho.ink Link Shortener क्या है?
Sho.ink Link Shortener http://sho.ink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to easily shorten and track links using the right-click menu of your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sho.ink Link Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard. With this extension, you can shorten any link in under 5 seconds.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bldhcdnmadpmoadomdefpbbleiopblmo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo |
विवरण | This extension allows you to easily shorten and track links using the right-click menu of your browser. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2017-01-23 |
प्रकाशन तिथि | 2017-01-23 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | http://sho.ink |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://sho.ink |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sho.ink Link Shortener", "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "browser_action": { "default_icon": "small-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "author": "Matthew Brennan", "homepage_url": "http:\/\/sho.ink" } |