shly.link - URL Shortener Service

Easiest URL shortener

Was ist shly.link - URL Shortener Service?

shly.link - URL Shortener Service ist eine Chrome-Erweiterung, die von https://shly.link entwickelt wurde, und ihr Hauptmerkmal ist "Easiest URL shortener".

Erweiterungsscreenshots

screenshot

shly.link - URL Shortener Service-Erweiterungs-CRX-Datei herunterladen

Laden Sie shly.link - URL Shortener Service-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get the short URL just by clicking the extension logo

Features:
* Fast URL shortener
* QR code                    

Grundlegende Informationen zur Erweiterung

Name shly.link - URL Shortener Service shly.link - URL Shortener Service
ID gjapialngbmoacjakbianepjhkjpjjcg
Offizielle URL https://chromewebstore.google.com/detail/shlylink-url-shortener-se/gjapialngbmoacjakbianepjhkjpjjcg
Beschreibung Easiest URL shortener
Dateigröße 93.35 KB
Installationsanzahl 1,647
Aktuelle Version 2.17.1
Letztes Update 2022-08-11
Veröffentlichungsdatum 2020-06-06
Bewertung 3.90/5 Insgesamt 21 Bewertungen
Entwickler https://shly.link
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shly.link/
Hilfeseite URL https://shly.link/npZhx
Unterstützte Sprachen de,en,fr,et,es,fi,ru,uk,ko
manifest.json
{
    "name": "__MSG_chromeWebstoreAppName__",
    "short_name": "__MSG_chromeWebstoreAppShortName__",
    "description": "__MSG_chromeWebstoreAppDescription__",
    "version": "2.17.1",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/shly.link\/"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/app\/icon-16x16.png",
            "19": "assets\/img\/app\/icon-19x19.png",
            "32": "assets\/img\/app\/icon-32x32.png",
            "38": "assets\/img\/app\/icon-38x38.png",
            "48": "assets\/img\/app\/icon-48x48.png",
            "96": "assets\/img\/app\/icon-96x96.png",
            "128": "assets\/img\/app\/icon-128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/app\/icon-16x16.png",
        "19": "assets\/img\/app\/icon-19x19.png",
        "32": "assets\/img\/app\/icon-32x32.png",
        "38": "assets\/img\/app\/icon-38x38.png",
        "48": "assets\/img\/app\/icon-48x48.png",
        "96": "assets\/img\/app\/icon-96x96.png",
        "128": "assets\/img\/app\/icon-128x128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}