KingConverter
Converting anything you want and back instantly in your webpage!
KingConverter란 무엇입니까?
KingConverter은(는) ryanr1230에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converting anything you want and back instantly in your webpage!"입니다.
확장 프로그램 스크린샷
KingConverter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Non intrusive lightweight plugin that adds an option on right click -- only with selected text (Selecting the whole number is necessary) to convert that number from a unit to another unit, or currency to currency or anything else right on your web page just changing the text in front of you. The only requirement for the page is that you are selecting a number (Trailing characters on either side are usually okay though). No information is tracked, the plugin is customizable (add your own conversions, add your own currency conversions, remove currency conversions) Feel like you have something to add? This extension is open-source and on github - https://github.com/ryanr1230/KingConverter. And if you have a useful addition that you want to make publicly available, I will probably accept merge requests. Even if not the code is open-source, and you can see for yourself that none of this is storing any information you don't want it to.
확장 프로그램 기본 정보
이름 | KingConverter |
ID | cjnejggdphnihnmfplaogldagfhmjdoo |
공식 URL | https://chromewebstore.google.com/detail/kingconverter/cjnejggdphnihnmfplaogldagfhmjdoo |
설명 | Converting anything you want and back instantly in your webpage! |
파일 크기 | 52.18 KB |
설치 횟수 | 34 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2014-07-26 |
출시 날짜 | 2014-07-25 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | ryanr1230 |
결제 유형 | free |
도움말 페이지 URL | https://github.com/ryanr1230/KingConverter/blob/master/README.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KingConverter", "short_name": "kgC", "description": "Converting anything you want and back instantly in your webpage!", "version": "0.0.2", "options_page": "option\/option.html", "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "extensionscripts\/convert.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |