주소검색
대한민국 주소검색 확장 프로그램
Wat is 주소검색?
주소검색 is een Chrome-extensie ontwikkeld door Jaewook Ahn, en de belangrijkste functie is "대한민국 주소검색 확장 프로그램".
Extensie Screenshots
Download het CRX-bestand van de extensie 주소검색
Download 주소검색-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
바로 검색하고, 복사하세요! 영문주소 / 도로명주소 / 지번주소 / 우편번호까지 한번에 찾고, 클릭 한번이면 복사할 수 있습니다. 주소검색 확장 프로그램은 무료이며, 오픈 소스입니다. https://github.com/Jaewoook/kor-address-extension
Basisinformatie over de Extensie
Naam | 주소검색 |
ID | kiamcbcponnlbnanbbfnfdjhioebpiah |
Officiële URL | https://chromewebstore.google.com/detail/%EC%A3%BC%EC%86%8C%EA%B2%80%EC%83%89/kiamcbcponnlbnanbbfnfdjhioebpiah |
Beschrijving | 대한민국 주소검색 확장 프로그램 |
Bestandsgrootte | 1.49 MB |
Aantal Installaties | 222 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-08-16 |
Publicatiedatum | 2020-07-02 |
Ontwikkelaar | Jaewook Ahn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Jaewoook/kor-address-extension |
URL van de Privacybeleid Pagina | https://raw.githack.com/Jaewoook/kor-address-extension/master/privacy.html |
Ondersteunde Talen | 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" } } } |