Share for Helium

Share your web page with Helium on OS X.

Share for Heliumคืออะไร?

Share for Helium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam A. Horvath-Hunt และคุณลักษณะหลักของมันคือ "Share your web page with Helium on OS X."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share for Helium

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}