Convert Text
Allows you to convert text from a context menu.
Convert Text란 무엇입니까?
Convert Text은(는) becca.ooo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to convert text from a context menu."입니다.
확장 프로그램 스크린샷
Convert Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
확장 프로그램 기본 정보
이름 | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
공식 URL | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
설명 | Allows you to convert text from a context menu. |
파일 크기 | 18.15 KB |
설치 횟수 | 459 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2015-05-22 |
출시 날짜 | 2015-05-22 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | becca.ooo |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |