Force Autocomplete

Force autocomplete attribute in input fields to be on.

Force Autocomplete란 무엇입니까?

Force Autocomplete은(는) https://www.numediaweb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Force autocomplete attribute in input fields to be on."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.                    

확장 프로그램 기본 정보

이름 Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
공식 URL https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
설명 Force autocomplete attribute in input fields to be on.
파일 크기 96.9 KB
설치 횟수 898
현재 버전 1.1
최근 업데이트 2015-02-25
출시 날짜 2015-02-25
평점 3.09/5 총 11 개의 평점
개발자 https://www.numediaweb.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/numediaweb/nw_force_autocomplete
도움말 페이지 URL https://github.com/numediaweb/nw_force_autocomplete
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Autocomplete",
    "version": "1.1",
    "author": "NUMEDIAWEB",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-2.1.3.min.js",
                "assets\/js\/jquery.nw.force_autocomplete.js",
                "app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Force autocomplete attribute in input fields to be on.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    }
}