Periodic Table
Periodic Table of Elements
What is Periodic Table?
Periodic Table is a Chrome extension developed by http://strempfer.works, and its main feature is "Periodic Table of Elements".
Extension Screenshots
Download Periodic Table Extension CRX File
Download Periodic Table 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
A periodic table of elements with search bar. -------- Data from: https://github.com/Bowserinator/Periodic-Table-JSON
Extension Basic Information
Name | |
ID | pfnbneincejjnphgpcleomckpegpeene |
Official URL | https://chrome.google.com/webstore/detail/periodic-table/pfnbneincejjnphgpcleomckpegpeene |
Description | Periodic Table of Elements |
File Size | 184 KB |
Installation Count | 487 |
Current Version | 0.0.7 |
Last Updated | 2017-11-15 |
Publish Date | 2017-11-15 |
Rating | 2.00/5 Total 5 Ratings |
Developer | http://strempfer.works |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Periodic Table", "description": "__MSG_extDescription__", "version": "0.0.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |