Remember Form Inputs
Remeber from input values.
Remember Form Inputs란 무엇입니까?
Remember Form Inputs은(는) https://www.crossl.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remeber from input values."입니다.
확장 프로그램 스크린샷
Remember Form Inputs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time. It is convenient to save time and effort to enter the same content in the test.
확장 프로그램 기본 정보
이름 | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
공식 URL | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
설명 | Remeber from input values. |
파일 크기 | 38.08 KB |
설치 횟수 | 1,479 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2017-03-10 |
출시 날짜 | 2017-03-09 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | https://www.crossl.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/konkon1234/remember-form-inputs |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember Form Inputs", "version": "0.1.1", "manifest_version": 2, "description": "Remeber from input values.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "jquery-3.1.1.slim.min.js", "remember-inputs.js" ], "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |