URL Shortener & QR Code - iShortener

Fast Shorten URL for Web

URL Shortener & QR Code - iShortener क्या है?

URL Shortener & QR Code - iShortener Sontaya Dev. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast Shorten URL for Web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में URL Shortener & QR Code - iShortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - QR Code Generator and Save.
- Options Auto Copy.
- Dark Mode.

Make a link that is easier to share, tweet, or email to friends.
Yes, We are using Firebase Dynamic Links API a service that takes long URLs.

Thank for Support.                    

एक्सटेंशन की मूल जानकारी

नाम URL Shortener & QR Code - iShortener URL Shortener & QR Code - iShortener
ID gngkohcbjhjhmeomgcebaiemdpkgjdjg
आधिकारिक URL https://chromewebstore.google.com/detail/url-shortener-qr-code-ish/gngkohcbjhjhmeomgcebaiemdpkgjdjg
विवरण Fast Shorten URL for Web
फ़ाइल का आकार 98.41 KB
स्थापना संख्या 1,038
वर्तमान संस्करण 4.9
अंतिम अपडेट 2023-10-11
प्रकाशन तिथि 2020-05-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Sontaya Dev.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://addon.ishort.ink
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener & QR Code - iShortener",
    "version": "4.9",
    "description": "Fast Shorten URL for Web",
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/link_16.png",
        "64": "icons\/link_64.png",
        "128": "icons\/link_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shorten URL & QR Code",
        "default_icon": {
            "16": "icons\/link_16.png",
            "32": "icons\/link_32.png"
        }
    },
    "commands": {
        "execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "MacCtrl+I"
            },
            "description": "Opens popup.html"
        }
    },
    "short_name": "iShortener",
    "author": "9holotpk"
}