URL Shortener & Automatic copy

Generate a shortened URL from the URL of the current page with just one click.

URL Shortener & Automatic copy क्या है?

URL Shortener & Automatic copy https://x.gd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate a shortened URL from the URL of the current page with just one click."।

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

screenshot

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

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

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

                        - Shorten a long URL with a single click.
- Shortened URLs are automatically copied.
- Access analysis function is provided.
- No membership registration is required.                    

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

नाम URL Shortener & Automatic copy URL Shortener & Automatic copy
ID fidojahpeagaflnjjbpkpcajhcbghooh
आधिकारिक URL https://chromewebstore.google.com/detail/url-shortener-automatic-c/fidojahpeagaflnjjbpkpcajhcbghooh
विवरण Generate a shortened URL from the URL of the current page with just one click.
फ़ाइल का आकार 85.62 KB
स्थापना संख्या 33,210
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2022-06-26
प्रकाशन तिथि 2021-03-03
रेटिंग 4.00/5 कुल 9 रेटिंग्स
डेवलपर https://x.gd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://x.gd
गोपनीयता नीति पृष्ठ URL https://x.gd/view/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "homepage_url": "https:\/\/x.gd\/"
}