Shlink It!

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

Vad är Shlink It!?

Shlink It! är en Chrome-tillägg utvecklad av Ted Kulp, och dess huvudfunktion är "Use your self-hosted Shlink server to create a shortcut to the current URL.".

Tilläggsskärmbilder

screenshot

Ladda ner Shlink It!-förlängningens CRX-fil

Ladda ner Shlink It!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Shlink It! Shlink It!
ID honjlmannamjohjjmlfkohhcppoelpfc
Officiell webbadress https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc
Beskrivning Use your self-hosted Shlink server to create a shortcut to the current URL.
Filstorlek 359 KB
Antal Installationer 72
Aktuell Version 0.1
Senast Uppdaterad 2022-03-28
Publiceringsdatum 2022-03-28
Utvecklare Ted Kulp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/tedkulp/shlink-it
Hjälpsida URL https://github.com/tedkulp/shlink-it
Stödda Språk 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"
}