Share everything!

Share ALL the things!

Co to jest Share everything!?

Share everything! to rozszerzenie Chrome opracowane przez arktiv.site, a jego główną funkcją jest „Share ALL the things!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Share everything!

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

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

Podstawowe informacje o rozszerzeniu

Nazwa Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
Oficjalny URL https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Opis Share ALL the things!
Rozmiar pliku 13.25 KB
Liczba instalacji 13
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-11-02
Data Publikacji 2018-11-02
Deweloper arktiv.site
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://arktiv.site/extensions/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}