Share everything!

Share ALL the things!

Что такое Share everything!?

Share everything! - это расширение Chrome, разработанное arktiv.site, и его основная функция - "Share ALL the things!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Share everything!

Скачайте файлы расширений Share everything! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
Официальный URL https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
Описание Share ALL the things!
Размер файла 13.25 KB
Количество установок 13
Текущая Версия 1.0
Последнее Обновление 2018-11-02
Дата публикации 2018-11-02
Разработчик arktiv.site
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://arktiv.site/extensions/
Поддерживаемые языки 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"
    }
}