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" ] } |