Share everything!

Share ALL the things!

Share everything!とは何ですか?

Share everything!はarktiv.siteによって開発されたChromeの拡張機能で、その主な機能は「Share ALL the things!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Share everything!拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}