Share for Helium

Share your web page with Helium on OS X.

Share for Helium là gì?

Share for Helium là một tiện ích mở rộng Chrome được phát triển bởi Sam A. Horvath-Hunt, và tính năng chính của nó là "Share your web page with Helium on OS X.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share for Helium

Tải xuống các tệp mở rộng Share for Helium dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share for Helium Share for Helium
ID eohchkmfadpiidgfhobbibfgfpakbikd
URL Chính Thức https://chromewebstore.google.com/detail/share-for-helium/eohchkmfadpiidgfhobbibfgfpakbikd
Mô tả Share your web page with Helium on OS X.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2017-02-13
Ngày Phát Hành 2017-02-13
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sam A. Horvath-Hunt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}