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."입니다.
확장 프로그램 스크린샷
Chemical Information! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |