Periodic Table
Periodic Table of Elements
什么是Periodic Table?
Periodic Table是由http://strempfer.works开发的Chrome扩展程序,该扩展的主要功能是“Periodic Table of Elements”。
扩展截图
下载Periodic Table扩展crx文件
下载Periodic Table扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A periodic table of elements with search bar. -------- Data from: https://github.com/Bowserinator/Periodic-Table-JSON
扩展基本信息
名称 | |
ID | pfnbneincejjnphgpcleomckpegpeene |
官方URL | https://chrome.google.com/webstore/detail/periodic-table/pfnbneincejjnphgpcleomckpegpeene |
简介 | Periodic Table of Elements |
文件大小 | 184 KB |
安装次数 | 487 |
当前版本 | 0.0.7 |
更新时间 | 2017-11-15 |
上架时间 | 2017-11-15 |
评分 | 2.00/5 共5次评分 |
开发者 | http://strempfer.works |
付费类型 | free |
支持的语言 | 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" ] } |