Twa.si URL-shortener

Official Twa.si URL-shortener extension.

Twa.si URL-shortener क्या है?

Twa.si URL-shortener https://twa.si द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official Twa.si URL-shortener extension."।

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

screenshot
screenshot

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

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

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

                        Your shortlink is just one click away!

Shorten URLs using the twa.si URL-shortener.
Open any web-page and click the shortener icon or rightclick any link. 
It will create and copy your twa.si url.

It's even faster than copying the page URL manually!

Our URL-shortener is fast, easy to use and completely free. 
You don't need an account to use it.

We are proud to be a part of the open source community. You can find this and other projects on our GitHub page at https://twa.si/r/github.                    

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

नाम Twa.si URL-shortener Twa.si URL-shortener
ID lngjokdnklohagplfpcpjjmmkcehiabm
आधिकारिक URL https://chromewebstore.google.com/detail/twasi-url-shortener/lngjokdnklohagplfpcpjjmmkcehiabm
विवरण Official Twa.si URL-shortener extension.
फ़ाइल का आकार 193 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.4
अंतिम अपडेट 2020-09-24
प्रकाशन तिथि 2020-09-07
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://twa.si
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/twasi/twasi-shortener-chrome-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twa.si URL-shortener",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Official Twa.si URL-shortener extension.",
    "author": "Twasi-Team",
    "homepage_url": "https:\/\/github.com\/twasi\/twasi-shortener-chrome-extension",
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/twa.si\/*",
        "contextMenus",
        "clipboardWrite",
        "notifications"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Shorten this URL with twa.si",
        "default_popup": "ui\/html\/popup.html",
        "default_icon": "icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twa.si\/*"
            ],
            "js": [
                "dist\/hide-ribbon.js"
            ]
        }
    ],
    "background": {
        "page": "ui\/html\/background.html"
    }
}