Chemical elements

Learn about an element from the periodic table each time you open a new tab!

Cos'è Chemical elements?

Chemical elements è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Learn about an element from the periodic table each time you open a new tab!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chemical elements

Scarica i file di estensione Chemical elements 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

                        This extension will display a random chemical element on your new tab screen.                    

Informazioni di Base sull'Estensione

Nome Chemical elements Chemical elements
ID jnhnfheiapbdepkgaheieehomdhphfco
URL Ufficiale https://chromewebstore.google.com/detail/chemical-elements/jnhnfheiapbdepkgaheieehomdhphfco
Descrizione Learn about an element from the periodic table each time you open a new tab!
Dimensione del File 135 KB
Conteggio Installazioni 41
Versione Corrente 1.0
Ultimo Aggiornamento 2019-10-12
Data di Pubblicazione 2019-10-12
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chemical elements",
    "description": "Learn about an element from the periodic table each time you open a new tab!",
    "author": "Juliette de Rancourt",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "element.html"
    },
    "icons": {
        "16": "icons\/atom16.png",
        "48": "icons\/atom48.png",
        "128": "icons\/atom128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}