Shortshare

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

What is Shortshare?

Shortshare is a Chrome extension developed by Timo Josten, and its main feature is "Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.".

Extension Screenshots

screenshot

Download Shortshare Extension CRX File

Download Shortshare 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

                        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.                    

Extension Basic Information

Name Shortshare Shortshare
ID pkllkbbmlpngnbcficflipahenlkkdfg
Official URL https://chromewebstore.google.com/detail/shortshare/pkllkbbmlpngnbcficflipahenlkkdfg
Description Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.
File Size 89.27 KB
Installation Count 108
Current Version 1.0
Last Updated 2021-12-07
Publish Date 2021-12-06
Rating 4.00/5 Total 2 Ratings
Developer Timo Josten
Email [email protected]
Payment Type free
Extension Website https://shortshare.app
Help Page URL https://support.shortshare.app
Privacy Policy Page URL https://support.shortshare.app/privacy
Supported Languages 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"
    }
}