Shlink It!

Use your self-hosted Shlink server to create a shortcut to the current URL.

Shlink It! क्या है?

Shlink It! Ted Kulp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your self-hosted Shlink server to create a shortcut to the current URL."।

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

screenshot

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

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

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

                        Shlink It! will create a short URL from the current tab, using your self-hosted Shlink server. It gives you several options before the link is created, and will copy the short URL to your clipboard.

After the extension is installed, go to the Settings page and enter your Shlink URL and API key to get started.

See shlink.io for more details on hosting your own server.

NOTE: This extension is Unofficial and not directly affiliated with the Shlink project.                    

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

नाम Shlink It! Shlink It!
ID honjlmannamjohjjmlfkohhcppoelpfc
आधिकारिक URL https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc
विवरण Use your self-hosted Shlink server to create a shortcut to the current URL.
फ़ाइल का आकार 359 KB
स्थापना संख्या 72
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-03-28
प्रकाशन तिथि 2022-03-28
डेवलपर Ted Kulp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tedkulp/shlink-it
सहायता पृष्ठ URL https://github.com/tedkulp/shlink-it
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shlink It!",
    "description": "Use your self-hosted Shlink server to create a shortcut to the current URL.",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/shlink-16.png",
            "48": "\/images\/shlink-48.png",
            "64": "\/images\/shlink-64.png",
            "96": "\/images\/shlink-96.png",
            "128": "\/images\/shlink-128.png",
            "256": "\/images\/shlink-256.png"
        }
    },
    "icons": {
        "16": "\/images\/shlink-16.png",
        "48": "\/images\/shlink-48.png",
        "64": "\/images\/shlink-64.png",
        "96": "\/images\/shlink-96.png",
        "128": "\/images\/shlink-128.png",
        "256": "\/images\/shlink-256.png"
    },
    "options_page": "options.html"
}