Short.io

Short.io browser extension

Wat is Short.io?

Short.io is een Chrome-extensie ontwikkeld door https://short.io, en de belangrijkste functie is "Short.io browser extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Short.io

Download Short.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Short.io Short.io
ID ejjeljhgbihahomkcllmocfncccpdmcj
Officiële URL https://chromewebstore.google.com/detail/shortio/ejjeljhgbihahomkcllmocfncccpdmcj
Beschrijving Short.io browser extension
Bestandsgrootte 3.96 MB
Aantal Installaties 3,468
Huidige Versie 7.0.3
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2020-06-30
Beoordeling 3.83/5 Totaal 12 Beoordelingen
Ontwikkelaar https://short.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://short.io/
Help Pagina-URL https://help.short.io/
URL van de Privacybeleid Pagina https://short.io/privacy
Ondersteunde Talen 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'"
    }
}