AutoComplete Me

Prevents web pages from disabling autocomplete.

AutoComplete Me là gì?

AutoComplete Me là một tiện ích mở rộng Chrome được phát triển bởi Andy Martone, và tính năng chính của nó là "Prevents web pages from disabling autocomplete.".

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

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

                        Are you sick of web pages from disabling autocomplete on forms, forcing you to reenter your address, email, credit card information, etcetera by hand every time? I was too, that's why I wrote this.

Source available here: https://github.com/martone/autocompleteme                    

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

Tên AutoComplete Me AutoComplete Me
ID pegadcfjlphkihmonbndbbmblemeihlj
URL Chính Thức https://chrome.google.com/webstore/detail/autocomplete-me/pegadcfjlphkihmonbndbbmblemeihlj
Mô tả Prevents web pages from disabling autocomplete.
Kích Thước Tệp 11.73 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-05-15
Ngày Phát Hành 2014-05-15
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andy Martone
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoComplete Me",
    "description": "Prevents web pages from disabling autocomplete.",
    "version": "1.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocompleteme.js"
            ],
            "all_frames": true
        }
    ]
}