Short.io

Short.io browser extension

What is Short.io?

Short.io is a Chrome extension developed by https://short.io, and its main feature is "Short.io browser extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Short.io Extension CRX File

Download Short.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Short.io Short.io
ID ejjeljhgbihahomkcllmocfncccpdmcj
Official URL https://chromewebstore.google.com/detail/shortio/ejjeljhgbihahomkcllmocfncccpdmcj
Description Short.io browser extension
File Size 3.96 MB
Installation Count 3,468
Current Version 7.0.3
Last Updated 2024-03-03
Publish Date 2020-06-30
Rating 3.83/5 Total 12 Ratings
Developer https://short.io
Email [email protected]
Payment Type free
Extension Website https://short.io/
Help Page URL https://help.short.io/
Privacy Policy Page URL https://short.io/privacy
Supported Languages 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'"
    }
}