Autofill

Automatically enter form (text, select, radio)

Autofill là gì?

Autofill là một tiện ích mở rộng Chrome được phát triển bởi t4y3, và tính năng chính của nó là "Automatically enter form (text, select, radio)".

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

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

                                            

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

Tên Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
URL Chính Thức https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
Mô tả Automatically enter form (text, select, radio)
Kích Thước Tệp 61.29 KB
Số Lần Cài Đặt 219
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Nhà Phát Triển t4y3
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}