Url Shortener
Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url
Url Shortener क्या है?
Url Shortener https://thebyteseffect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Url Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shorten URLs with tinyurl.com, bit.ly, cutt.ly, v.gd, tny.im, is.gd, and v.gd. Get QR code for shortened URLs You can shorten the URL of the current page you are viewing or a specific URL by clicking the extension icon or pasting it into the extension input bar. The extension has been made open source. The source code can be found at https://github.com/tonystark93/URL-shortener-extension Shorten URL using various providers * tinyurl.com * bit.ly * cutt.ly * is.gd * v.gd * tny.im 🔒 Privacy focused (We don't ask for unnecessary permissions or track the users while using the extension) List of features available ✓ Copy to clipboard ✓ Night Mode ✓ Right Click ✓ QR Code Generate ✓ Automatic URL shortening on extension click ✓ History of URL shortened ✓ Delete History ✓ Export as CSV option ✓ Change keyboard shortcuts
एक्सटेंशन की मूल जानकारी
नाम | Url Shortener |
ID | godoifjoiadanijplaghmhgfeffnblib |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-shortener/godoifjoiadanijplaghmhgfeffnblib |
विवरण | Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url |
फ़ाइल का आकार | 74.62 KB |
स्थापना संख्या | 75,840 |
वर्तमान संस्करण | 14.0.5 |
अंतिम अपडेट | 2024-01-22 |
प्रकाशन तिथि | 2020-05-18 |
रेटिंग | 4.88/5 कुल 265 रेटिंग्स |
डेवलपर | https://thebyteseffect.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thebyteseffect.com/posts/features-of-url-shortener-extension.1/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "bg.js" }, "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Shortener", "version": "14.0.5", "manifest_version": 3, "description": "Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "mac": "Command+Shift+L", "default": "Ctrl+Shift+L" } } }, "host_permissions": [ "https:\/\/tinyurl.com\/*" ] } |