unClear (언클리어 - 미세먼지 확장자)
미세먼지 크롬 확장자
What is unClear (언클리어 - 미세먼지 확장자)?
unClear (언클리어 - 미세먼지 확장자) is a Chrome extension developed by unFace, and its main feature is "미세먼지 크롬 확장자".
Extension Screenshots
Download unClear (언클리어 - 미세먼지 확장자) Extension CRX File
Download unClear (언클리어 - 미세먼지 확장자) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* 현재/지정된 위치의 미세먼지 정보를 아이콘에 표시 * 대한민국 환경부/ WHO 기준으로 등급 표시 * 미세먼지 (PM10)/ 초미세먼지 (PM2.5)를 기준으로 등급 표시 - 기본값 : 현재 위치, 환경부, PM10 - ONLY FOR KOREA ### ToDo * 지정된 위치 수 늘리기 * 아이콘 클릭 시 자세한 정보 표현
Extension Basic Information
Name | unClear (언클리어 - 미세먼지 확장자) |
ID | kkjeoapbddohhcgogpijafoipcbobijn |
Official URL | https://chromewebstore.google.com/detail/unclear-%EC%96%B8%ED%81%B4%EB%A6%AC%EC%96%B4-%EB%AF%B8%EC%84%B8%EB%A8%BC%EC%A7%80-%ED%99%95%EC%9E%A5%EC%9E%90/kkjeoapbddohhcgogpijafoipcbobijn |
Description | 미세먼지 크롬 확장자 |
File Size | 45.16 KB |
Installation Count | 59 |
Current Version | 1.0.5 |
Last Updated | 2019-02-20 |
Publish Date | 2019-02-20 |
Rating | 5.00/5 Total 5 Ratings |
Developer | unFace |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.0.5", "default_locale": "ko", "description": "__MSG_extensionDescription__", "icons": { "128": "resources\/icon\/icon128.png" }, "browser_action": { "default_icon": { "128": "resources\/icon\/icon128.png" } }, "background": { "page": "src\/html\/background.html" }, "options_ui": { "page": "src\/html\/settings.html", "open_in_tab": false }, "permissions": [ "http:\/\/openapi.airkorea.or.kr\/", "https:\/\/dapi.kakao.com\/", "geolocation", "alarms", "storage", "notifications", "contextMenus" ] } |