Share for Helium

Share your web page with Helium on OS X.

什么是Share for Helium?

Share for Helium是由Sam A. Horvath-Hunt开发的Chrome扩展程序,该扩展的主要功能是“Share your web page with Helium on OS X.”。

扩展截图

screenshot

下载Share for Helium扩展crx文件

下载Share for Helium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Share your web page with Helium on OS X.

This project is in no official way affiliated with Helium. Permission for use of the Helium logo has been kindly provided by the creator of Helium.                    

扩展基本信息

名称 Share for Helium Share for Helium
ID eohchkmfadpiidgfhobbibfgfpakbikd
官方URL https://chromewebstore.google.com/detail/share-for-helium/eohchkmfadpiidgfhobbibfgfpakbikd
简介 Share your web page with Helium on OS X.
文件大小 131 KB
安装次数 102
当前版本 1.2.2
更新时间 2017-02-13
上架时间 2017-02-13
评分 4.50/5 共2次评分
开发者 Sam A. Horvath-Hunt
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share for Helium",
    "version": "1.2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "41.0.2272.76",
    "description": "Share your web page with Helium on OS X.",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/context.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/youtube.css"
            ],
            "js": [
                "js\/youtube.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "css": [
                "css\/twitch.css"
            ],
            "js": [
                "js\/twitch.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}