Chemical Information!

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

Chemical Information! là gì?

Chemical Information! là một tiện ích mở rộng Chrome được phát triển bởi Alex Ogilvie, và tính năng chính của nó là "This extension allows the user to view chemical element information by search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chemical Information!

Tải xuống các tệp mở rộng Chemical Information! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chemical Information! Chemical Information!
ID fddoccbkbikfomalnifggoajpghchjcp
URL Chính Thức https://chromewebstore.google.com/detail/chemical-information/fddoccbkbikfomalnifggoajpghchjcp
Mô tả This extension allows the user to view chemical element information by search.
Kích Thước Tệp 35.54 KB
Số Lần Cài Đặt 527
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-05-18
Ngày Phát Hành 2018-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alex Ogilvie
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}