Share for Helium

Share your web page with Helium on OS X.

Qu'est-ce que Share for Helium ?

Share for Helium est une extension Chrome développée par Sam A. Horvath-Hunt, et sa fonction principale est "Share your web page with Helium on OS X.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Share for Helium

Téléchargez les fichiers d'extension Share for 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

                        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.                    

Informations de Base sur l'Extension

Nom Share for Helium Share for Helium
ID eohchkmfadpiidgfhobbibfgfpakbikd
URL Officiel https://chromewebstore.google.com/detail/share-for-helium/eohchkmfadpiidgfhobbibfgfpakbikd
Description Share your web page with Helium on OS X.
Taille du Fichier 131 KB
Nombre d'Installations 102
Version Actuelle 1.2.2
Dernière Mise à Jour 2017-02-13
Date de Publication 2017-02-13
Évaluation 4.50/5 Total 2 Évaluations
Développeur Sam A. Horvath-Hunt
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}