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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}