Autocomplete On!
Stop pages from disabling autocomplete on fields.
Autocomplete On!란 무엇입니까?
Autocomplete On!은(는) Tyler Elliott에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop pages from disabling autocomplete on fields."입니다.
확장 프로그램 스크린샷
Autocomplete On! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Turn on autocomplete and keep it on. Set an exclude list for pages that you don't want autocomplete forced on, e.g. gmail which has its own autocomplete. Or set an include list for a set of pages you only want to force. Or even combine both lists for even finer grain control. Release Notes: 1.0.8 - Save options bug fix 1.0.7 - Update icons to show extension is active 1.0.6 - Help chrome figure out what type of field it is autocompleting 1.0.5 - Better handling of excluded URL patterns 1.0.4 - More monitoring of input fields that are added after a page loads. 1.0.3 - Update extension icon for better visibility on dark themes. 1.0.2 - Ability to give a site allow list to only run the extension on. 1.0.1 - Trigger scripts on jquery and turbolinks load events.
확장 프로그램 기본 정보
이름 | Autocomplete On! |
ID | kkffidhhikbopjomeeaihconieppiaan |
공식 URL | https://chromewebstore.google.com/detail/autocomplete-on/kkffidhhikbopjomeeaihconieppiaan |
설명 | Stop pages from disabling autocomplete on fields. |
파일 크기 | 9.67 KB |
설치 횟수 | 9,697 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2021-04-26 |
출시 날짜 | 2020-06-06 |
평점 | 3.37/5 총 38 개의 평점 |
개발자 | Tyler Elliott |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/tylercal/autocomplete-on/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autocomplete On!", "description": "Stop pages from disabling autocomplete on fields.", "version": "1.0.8", "offline_enabled": true, "icons": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "browser_action": { "default_icon": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "matches": [ " |