Share everything!

Share ALL the things!

Co je Share everything!?

Share everything! je rozšíření Chrome vyvinuté arktiv.site, a jeho hlavní funkcí je „Share ALL the things!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Share everything!

Stáhněte si soubory rozšíření Share everything! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
Oficiální URL https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Popis Share ALL the things!
Velikost souboru 13.25 KB
Počet instalací 13
Aktuální Verze 1.0
Poslední Aktualizace 2018-11-02
Datum Vydání 2018-11-02
Vývojář arktiv.site
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://arktiv.site/extensions/
Podporované Jazyky 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"
    }
}