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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open in Helium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}