Open in Helium

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

Qu'est-ce que Open in Helium ?

Open in Helium est une extension Chrome développée par Ben Cheshire, et sa fonction principale est "[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Open in Helium

Téléchargez les fichiers d'extension Open in Helium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Open in Helium Open in Helium
ID fehnbjiphphbebcfgjmmffcfmnohcgbb
URL Officiel https://chromewebstore.google.com/detail/open-in-helium/fehnbjiphphbebcfgjmmffcfmnohcgbb
Description [Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.
Taille du Fichier 38.7 KB
Nombre d'Installations 2,057
Version Actuelle 1.6.3
Dernière Mise à Jour 2019-08-26
Date de Publication 2019-08-25
Évaluation 4.11/5 Total 18 Évaluations
Développeur Ben Cheshire
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}