Share it

Share or Copy web pages to anywhere by various format.

Co to jest Share it?

Share it to rozszerzenie Chrome opracowane przez https://hira.page, a jego główną funkcją jest „Share or Copy web pages to anywhere by various format.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Share it

Pobierz pliki rozszerzeń Share it 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

                        Web pages can be freely shared and copied in a variety of formats.                    

Podstawowe informacje o rozszerzeniu

Nazwa Share it Share it
ID kmfmfcdigkgfhmnopjfdnaikhjkmmplm
Oficjalny URL https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
Opis Share or Copy web pages to anywhere by various format.
Rozmiar pliku 299 KB
Liczba instalacji 160
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2021-06-03
Data Publikacji 2021-05-20
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper https://hira.page
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/psephopaiktes/share-it
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.1",
    "author": "Akira HIRATA",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Share this page",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    }
}