Force Autocomplete

Force autocomplete attribute in input fields to be on.

Force Autocomplete là gì?

Force Autocomplete là một tiện ích mở rộng Chrome được phát triển bởi https://www.numediaweb.com, và tính năng chính của nó là "Force autocomplete attribute in input fields to be on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Force Autocomplete

Tải xuống các tệp mở rộng Force Autocomplete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
URL Chính Thức https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
Mô tả Force autocomplete attribute in input fields to be on.
Kích Thước Tệp 96.9 KB
Số Lần Cài Đặt 898
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-02-25
Ngày Phát Hành 2015-02-25
Đánh Giá 3.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.numediaweb.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/numediaweb/nw_force_autocomplete
URL Trang Trợ Giúp https://github.com/numediaweb/nw_force_autocomplete
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}