Chemical Information!

This extension allows the user to view chemical element information by search.

Chemical Information!とは何ですか?

Chemical Information!はAlex Ogilvieによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to view chemical element information by search.」です。

拡張機能のスクリーンショット

screenshot

Chemical Information!拡張機能のCRXファイルをダウンロード

Chemical Information!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chemical Information allows you to quickly look up the properties of any chemical element without an internet connection.

Perfect for any high school or university student who needs to look something up quickly.


Icon from Nuvola icon theme for KDE 3.x., used under the terms of the GNU Lesser General Public License v2.1.

Element properties assembled by Christopher Andrejewski.                    

拡張機能の基本情報

名前 Chemical Information! Chemical Information!
ID fddoccbkbikfomalnifggoajpghchjcp
公式URL https://chromewebstore.google.com/detail/chemical-information/fddoccbkbikfomalnifggoajpghchjcp
説明 This extension allows the user to view chemical element information by search.
ファイルサイズ 35.54 KB
インストール数 527
現在のバージョン 1.1.0
最終更新日 2021-05-18
公開日 2018-12-02
評価 5.00/5 合計 1 レビュー
開発者 Alex Ogilvie
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chemical Information!",
    "version": "1.1.0",
    "description": "This extension allows the user to view chemical element information by search.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Chemical Information!",
        "default_popup": "popup.html"
    },
    "author": "Alexander Ogilvie",
    "incognito": "spanning",
    "offline_enabled": true
}