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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}