AcON

Enable autocomplete on all elements in all forms in all frames.

AcON là gì?

AcON là một tiện ích mở rộng Chrome được phát triển bởi Ariesgeek, và tính năng chính của nó là "Enable autocomplete on all elements in all forms in all frames.".

Ả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 AcON

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

                        Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts.  Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.                    

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

Tên AcON AcON
ID hgomhdjjeblgoojjdiceliecfifgaiab
URL Chính Thức https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab
Mô tả Enable autocomplete on all elements in all forms in all frames.
Kích Thước Tệp 10.78 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2015-11-14
Ngày Phát Hành 2015-11-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ariesgeek
Email [email protected]
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",
    "content_scripts": [
        {
            "js": [
                "acon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "AcON",
    "short_name": "AcON",
    "description": "Enable autocomplete on all elements in all forms in all frames.",
    "version": "1.0.0.0"
}