Chemical Information!
This extension allows the user to view chemical element information by search.
Chemical Information!คืออะไร?
Chemical Information! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Ogilvie และคุณลักษณะหลักของมันคือ "This extension allows the user to view chemical element information by search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chemical Information!
ดาวน์โหลดไฟล์ส่วนขยาย 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! |
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 |
อีเมล | [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 } |