Currency Converter
Our currency converter for Google Chrome is simple, fast and easy to use.
Currency Converter란 무엇입니까?
Currency Converter은(는) helpfulwebtech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our currency converter for Google Chrome is simple, fast and easy to use."입니다.
확장 프로그램 스크린샷
Currency Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our simple and powerful currency converter allows you to convert currency from almost anywhere in the world.
확장 프로그램 기본 정보
이름 | |
ID | oefbbnongdanddobfaabmoggfljdpjlb |
공식 URL | https://chrome.google.com/webstore/detail/currency-converter/oefbbnongdanddobfaabmoggfljdpjlb |
설명 | Our currency converter for Google Chrome is simple, fast and easy to use. |
파일 크기 | 199 KB |
설치 횟수 | 44 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-12-29 |
출시 날짜 | 2019-07-19 |
평점 | 4.85/5 총 55 개의 평점 |
개발자 | helpfulwebtech |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "JLozano", "action": { "default_icon": { "19": "assets\/icons\/19.png", "38": "assets\/icons\/38.png" }, "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+W", "default": "Alt+W", "linux": "Alt+W", "mac": "Alt+W", "windows": "Alt+W" } } }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "assets\/icons\/128.png", "19": "assets\/icons\/19.png", "32": "assets\/icons\/32.png", "38": "assets\/icons\/38.png", "48": "assets\/icons\/48.png", "64": "assets\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ], "version": "1.4" } |