Short.io

Short.io browser extension

Qu'est-ce que Short.io ?

Short.io est une extension Chrome développée par https://short.io, et sa fonction principale est "Short.io browser extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Short.io

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

                        Using this plugin you can make short links and screenshots on your own domain                    

Informations de Base sur l'Extension

Nom Short.io Short.io
ID ejjeljhgbihahomkcllmocfncccpdmcj
URL Officiel https://chromewebstore.google.com/detail/shortio/ejjeljhgbihahomkcllmocfncccpdmcj
Description Short.io browser extension
Taille du Fichier 3.96 MB
Nombre d'Installations 3,468
Version Actuelle 7.0.3
Dernière Mise à Jour 2024-03-03
Date de Publication 2020-06-30
Évaluation 3.83/5 Total 12 Évaluations
Développeur https://short.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://short.io/
URL de la Page d'Aide https://help.short.io/
URL de la Page de Politique de Confidentialité https://short.io/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Short.io",
    "description": "Short.io browser extension",
    "version": "7.0.3",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2LMjXsUyChY6HLNJNqe2gj6jmtCwYEeUr4I7vSLUl6F1WUlJjwSdhKK34jPr5ybkTdN\/l4LJ7A2L+6TFZolVW8g+bdMAgcCiCgvEanHHjjAtdWx7x2Uo6zqPvio\/qA7Ki6b5auSZv7F37Wir1Sv1BFze7WEHfM6WQovt5WMRfa5hXWkLYwVkRDFGGFDtPRR1k\/lJmFtX8fwFZ7KWU7xuIMB6imz\/IXpyXGgJGBJvZJVpOdhyspMyR1TLMG8RZ8etuRdlh5cPsZg5otZT6rUvOJZ9S4KL1KRyNBUXglQbEyFlwyUPBq1a+wI5JCuxkrOJSBbdciuDtGufTFotCvkqnwIDAQAB",
    "permissions": [
        "identity",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "action": {
        "default_title": "Short.io extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "110.0"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:8098; object-src 'self'"
    }
}