Helium

A new, new tab

Cos'è Helium?

Helium è un'estensione di Chrome sviluppata da Elijah Rotholtz, e la sua funzione principale è "A new, new tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Helium

Scarica i file di estensione Helium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Helium Helium
ID ceekonclnfkmgnolckgjcdoakcbdlgai
URL Ufficiale https://chromewebstore.google.com/detail/helium/ceekonclnfkmgnolckgjcdoakcbdlgai
Descrizione A new, new tab
Dimensione del File 89.64 KB
Conteggio Installazioni 356
Versione Corrente 0.1.6
Ultimo Aggiornamento 2016-07-09
Data di Pubblicazione 2016-07-08
Valutazione 3.00/5 Totale 7 Valutazioni
Sviluppatore Elijah Rotholtz
Tipo di Pagamento free
Sito Web dell'Estensione http://twitter.com/GizmoRay
Lingue Supportate 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"
}