Shortshare

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

Co to jest Shortshare?

Shortshare to rozszerzenie Chrome opracowane przez Timo Josten, a jego główną funkcją jest „Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shortshare

Pobierz pliki rozszerzeń Shortshare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shortshare Shortshare
ID pkllkbbmlpngnbcficflipahenlkkdfg
Oficjalny URL https://chromewebstore.google.com/detail/shortshare/pkllkbbmlpngnbcficflipahenlkkdfg
Opis Shortshare Extension for Google Chrome. Get Shortshare for your Mac on http://shortshare.app.
Rozmiar pliku 89.27 KB
Liczba instalacji 108
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-12-07
Data Publikacji 2021-12-06
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Timo Josten
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://shortshare.app
Adres URL Strony Pomocy https://support.shortshare.app
Adres URL Strony Polityki Prywatności https://support.shortshare.app/privacy
Obsługiwane Języki 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"
    }
}