주소검색
대한민국 주소검색 확장 프로그램
What is 주소검색?
주소검색 is a Chrome extension developed by Jaewook Ahn, and its main feature is "대한민국 주소검색 확장 프로그램".
Extension Screenshots
Download 주소검색 Extension CRX File
Download 주소검색 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
바로 검색하고, 복사하세요! 영문주소 / 도로명주소 / 지번주소 / 우편번호까지 한번에 찾고, 클릭 한번이면 복사할 수 있습니다. 주소검색 확장 프로그램은 무료이며, 오픈 소스입니다. https://github.com/Jaewoook/kor-address-extension
Extension Basic Information
Name | 주소검색 |
ID | kiamcbcponnlbnanbbfnfdjhioebpiah |
Official URL | https://chromewebstore.google.com/detail/%EC%A3%BC%EC%86%8C%EA%B2%80%EC%83%89/kiamcbcponnlbnanbbfnfdjhioebpiah |
Description | 대한민국 주소검색 확장 프로그램 |
File Size | 1.49 MB |
Installation Count | 222 |
Current Version | 1.1.1 |
Last Updated | 2022-08-16 |
Publish Date | 2020-07-02 |
Developer | Jaewook Ahn |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Jaewoook/kor-address-extension |
Privacy Policy Page URL | https://raw.githack.com/Jaewoook/kor-address-extension/master/privacy.html |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\uc8fc\uc18c\uac80\uc0c9", "version": "1.1.1", "description": "\ub300\ud55c\ubbfc\uad6d \uc8fc\uc18c\uac80\uc0c9 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8", "author": "Jaewook Ahn", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png" } } } |