Chemical elements

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

What is Chemical elements?

Chemical elements is a Chrome extension developed by Unknown, and its main feature is "Learn about an element from the periodic table each time you open a new tab!".

Extension Screenshots

screenshot

Download Chemical elements Extension CRX File

Download Chemical elements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chemical elements Chemical elements
ID jnhnfheiapbdepkgaheieehomdhphfco
Official URL https://chromewebstore.google.com/detail/chemical-elements/jnhnfheiapbdepkgaheieehomdhphfco
Description Learn about an element from the periodic table each time you open a new tab!
File Size 135 KB
Installation Count 41
Current Version 1.0
Last Updated 2019-10-12
Publish Date 2019-10-12
Developer Unknown
Payment Type free
Supported Languages 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
    }
}