Autofill

Automatically enter form (text, select, radio)

什麼是Autofill?

Autofill是由t4y3開發的Chrome擴展程式,該擴展的主要功能是“Automatically enter form (text, select, radio)”。

擴展截圖

screenshot

下載Autofill擴展crx文件

下載Autofill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
官方網址 https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
簡介 Automatically enter form (text, select, radio)
檔案大小 61.29 KB
安裝次數 219
目前版本 1.0
更新時間 2019-03-08
上架時間 2019-03-08
開發者 t4y3
付費類型 free
支援的語言 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"
    ]
}