Always Autocomplete

Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.

Always Autocomplete란 무엇입니까?

Always Autocomplete은(는) Cong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites."입니다.

확장 프로그램 스크린샷

screenshot

Always Autocomplete 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension automatically changes webpage elements' autocomplete to be on. It helps you with enableing autofill feature for disabled web sites. E.g. A website doesn't want the browser to remember your user name and password, now you have a choice there.

Note:

1. It works for pure html/css/javascript web pages, not flash enabled inputs area.

2. You still have your choice to let Chrome remember your username/password or not.

How to use:

Just install the extension and all are done.
Most of sites will be enabled automatically.
For every enabled site, chrome will ask you to save the username/password or not when you log in.
To check the status of the extension, go to chrome://extensions/ and make sure the "Enabled" checkbox is checked.

When you reinstall system/chrome, or clean all you chrome data directory files, please remember to install this extension again (if you don't enable chrome extensions sync).                    

확장 프로그램 기본 정보

이름 Always Autocomplete Always Autocomplete
ID djcfppnajkeijjkplclmeiddkefeaiel
공식 URL https://chromewebstore.google.com/detail/always-autocomplete/djcfppnajkeijjkplclmeiddkefeaiel
설명 Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.
파일 크기 12.08 KB
설치 횟수 3,017
현재 버전 1.1
최근 업데이트 2013-07-01
출시 날짜 2013-06-30
평점 3.28/5 총 36 개의 평점
개발자 Cong
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "autocomplete.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.",
    "manifest_version": 2,
    "name": "Always Autocomplete",
    "version": "1.1"
}