Open in Helium

[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.

什麼是Open in Helium?

Open in Helium是由Ben Cheshire開發的Chrome擴展程式,該擴展的主要功能是“[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.”。

擴展截圖

screenshot
screenshot
screenshot

下載Open in Helium擴展crx文件

下載Open in Helium擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Helium and HeliumLift are both free apps for Mac OS X which allow you to open a webpage in an always-on-top floating window at your convenience. This extension is the best way to interact with these apps!

Simply click on the "Open in Helium" button in Chrome's toolbar to open the current page in Helium or HeliumLift.
By right-clicking on elements in a page you can also directly open hyperlinks, page frames or multimedia files! 

Open in Helium has several tricks up its sleeve, such as the ability to autoplay YouTube links where you left off, open Twitch.tv streams in different styles with or without chat, and more! Tailor the extension to your liking in the options page. Your settings will sync to your Chrome profile. Best of all, Open in Helium does NOT have a persistent background page that will slow down your computer, or any special permissions!                    

擴展基本資訊

名稱 Open in Helium Open in Helium
ID fehnbjiphphbebcfgjmmffcfmnohcgbb
官方網址 https://chromewebstore.google.com/detail/open-in-helium/fehnbjiphphbebcfgjmmffcfmnohcgbb
簡介 [Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.
檔案大小 38.7 KB
安裝次數 2,057
目前版本 1.6.3
更新時間 2019-08-26
上架時間 2019-08-25
評分 4.11/5 共 18 次評分
開發者 Ben Cheshire
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Helium",
    "description": "[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.",
    "version": "1.6.3.0",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "options_page": "html\/options.html",
    "omnibox": {
        "keyword": "oih"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "version_name": "1.6.3"
}