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
公式URL 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"
    ]
}