Text Field
Provides a simple text field on click.
Text Field란 무엇입니까?
Text Field은(는) eloone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a simple text field on click."입니다.
확장 프로그램 스크린샷
Text Field 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a simple text field when you click on the icon. Typical usage : ★ Copy-paste text into it to unformat it. ★ Write short text that you want to have at hand without having to open a text editor and switching to it every time you need it in your browser (ex. special characters, a url etc.). ★ Whenever you have an idea, write it and capture it quickly to save it for later. ★ Perfect for quick and volatile information. Features : ★ The added text is saved and always available even when the popup is closed or if you disable and then enable again the extension or when you shut down your computer or your browser. ★ The added text is destroyed when you hit the "clear all" link at the bottom, or when you remove all the text from the textarea yourself, or when you uninstall or remove the extension from chrome, those actions cannot be undone. ★ The textarea auto expands when new content is added until it reaches its maximum size of 300px. ★ The textarea initially has the size of its content or its maximum size of 300px. ★ The cursor always points to the first line of the textarea.
확장 프로그램 기본 정보
이름 | Text Field |
ID | igigbeogifbmkfgbllimpgdaelhilgkj |
공식 URL | https://chromewebstore.google.com/detail/text-field/igigbeogifbmkfgbllimpgdaelhilgkj |
설명 | Provides a simple text field on click. |
파일 크기 | 10.66 KB |
설치 횟수 | 533 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2013-04-27 |
출시 날짜 | 2013-04-27 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | eloone |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/eloone/chrome-text-field |
지원되는 언어 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Text Field" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Provides a simple text field on click.", "name": "Text Field", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.0.0.4" } |