Shlink It!

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

Qu'est-ce que Shlink It! ?

Shlink It! est une extension Chrome développée par Ted Kulp, et sa fonction principale est "Use your self-hosted Shlink server to create a shortcut to the current URL.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shlink It!

Téléchargez les fichiers d'extension Shlink It! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shlink It! Shlink It!
ID honjlmannamjohjjmlfkohhcppoelpfc
URL Officiel https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc
Description Use your self-hosted Shlink server to create a shortcut to the current URL.
Taille du Fichier 359 KB
Nombre d'Installations 72
Version Actuelle 0.1
Dernière Mise à Jour 2022-03-28
Date de Publication 2022-03-28
Développeur Ted Kulp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tedkulp/shlink-it
URL de la Page d'Aide https://github.com/tedkulp/shlink-it
Langues Prises en Charge 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"
}