Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
Fast URL Shortener क्या है?
Fast URL Shortener https://www.shar3.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and simple shorten of current tab urls with direct sharing options."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard. Update: Added twitter and facebook icon to share the shorturl directly via these websites. Update: We have rebuild it completely. Works much more faster!
एक्सटेंशन की मूल जानकारी
नाम | Fast URL Shortener |
ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
आधिकारिक URL | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
विवरण | Fast and simple shorten of current tab urls with direct sharing options. |
फ़ाइल का आकार | 35.64 KB |
स्थापना संख्या | 218 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2014-02-13 |
प्रकाशन तिथि | 2014-02-13 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.shar3.nl |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.shar3.nl |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast URL Shortener", "version": "2.0.3", "manifest_version": 2, "description": "Fast and simple shorten of current tab urls with direct sharing options.", "browser_action": { "default_title": "Short and share url", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |