Always Autocomplete

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

Always Autocomplete là gì?

Always Autocomplete là một tiện ích mở rộng Chrome được phát triển bởi Cong, và tính năng chính của nó là "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.".

Ả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 Always Autocomplete

Tải xuống các tệp mở rộng Always 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

                        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).                    

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

Tên Always Autocomplete Always Autocomplete
ID djcfppnajkeijjkplclmeiddkefeaiel
URL Chính Thức https://chromewebstore.google.com/detail/always-autocomplete/djcfppnajkeijjkplclmeiddkefeaiel
Mô tả Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.
Kích Thước Tệp 12.08 KB
Số Lần Cài Đặt 3,017
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-07-01
Ngày Phát Hành 2013-06-30
Đánh Giá 3.28/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Cong
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}