Helium

A new, new tab

Was ist Helium?

Helium ist eine Chrome-Erweiterung, die von Elijah Rotholtz entwickelt wurde, und ihr Hauptmerkmal ist "A new, new tab".

Erweiterungsscreenshots

screenshot
screenshot

Helium-Erweiterungs-CRX-Datei herunterladen

Laden Sie Helium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Helium is a very lightweight extension that replaces your old tab page, with an information dashboard. Giving you the weather, a greeting, the time, bookmarks, and reddit.

The extension automatically adds a new folder in your bookmarks, to which you can add your daily links.                    

Grundlegende Informationen zur Erweiterung

Name Helium Helium
ID ceekonclnfkmgnolckgjcdoakcbdlgai
Offizielle URL https://chromewebstore.google.com/detail/helium/ceekonclnfkmgnolckgjcdoakcbdlgai
Beschreibung A new, new tab
Dateigröße 89.64 KB
Installationsanzahl 356
Aktuelle Version 0.1.6
Letztes Update 2016-07-09
Veröffentlichungsdatum 2016-07-08
Bewertung 3.00/5 Insgesamt 7 Bewertungen
Entwickler Elijah Rotholtz
Zahlungsart free
Erweiterungswebsite http://twitter.com/GizmoRay
Unterstützte Sprachen en
manifest.json
{
    "author": "Elijah Rotholtz",
    "chrome_url_overrides": {
        "newtab": "helium.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "A new, new tab",
    "icons": {
        "128": "favicon-128.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjS6VA19eTrO5FiF27cXKAcWSUlIOsSX95moe77r791LwQ9drvT5ssQ3\/ogXF1XMurt3O4JMmCowohkVH7LnIUK5KtZhjiCHbvdR0Jwki2YKU1f1p0zYshc5j717LNpXwvBVphrvaNO5hk1n7YnYLHbvvubVEGmIWVfa9b+OQNdPRtPKAH5Wghe12NlrSWNq+UMxIHICJIl\/WUy6a\/V06LoK8Z63uoygEsBC5v6c+HWlQjlnhsgz2PoMVEzwCLJMYLWGM16GQM73PYFPVblPeBrL9j6Bq\/RshYYpiDgfqxph2vht3TZpW6t1SN0bepvdUnXfXCt+0qNzhweiNC+YwQIDAQAB",
    "manifest_version": 2,
    "name": "Helium",
    "permissions": [
        "bookmarks",
        "http:\/\/api.openweathermap.org\/*",
        "http:\/\/reddit\/*",
        "geolocation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6"
}