Shortshare

Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.

Qu'est-ce que Shortshare ?

Shortshare est une extension Chrome développée par Timo Josten, et sa fonction principale est "Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shortshare

Téléchargez les fichiers d'extension Shortshare 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

                        Shortshare is the fast and simple URL shortener app for macOS. With this Extension, Shortshare can be used with Google Chrome by just tapping the icon in the Chrome status bar to shorten the URL of the currently active tab.                    

Informations de Base sur l'Extension

Nom Shortshare Shortshare
ID pkllkbbmlpngnbcficflipahenlkkdfg
URL Officiel https://chromewebstore.google.com/detail/shortshare/pkllkbbmlpngnbcficflipahenlkkdfg
Description Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.
Taille du Fichier 89.27 KB
Nombre d'Installations 108
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-07
Date de Publication 2021-12-06
Évaluation 4.00/5 Total 2 Évaluations
Développeur Timo Josten
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shortshare.app
URL de la Page d'Aide https://support.shortshare.app
URL de la Page de Politique de Confidentialité https://support.shortshare.app/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shortshare",
    "description": "Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http:\/\/shortshare.app.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/localhost:60101\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/shortshare16.png",
            "48": "\/images\/shortshare48.png",
            "128": "\/images\/shortshare128.png"
        }
    },
    "icons": {
        "16": "\/images\/shortshare16.png",
        "48": "\/images\/shortshare48.png",
        "128": "\/images\/shortshare128.png"
    }
}