Web Developer Form Filler

This extension is used by developers to make it easy to fill forms

Web Developer Form Fillerとは何ですか?

Web Developer Form Fillerはformfillerによって開発されたChromeの拡張機能で、その主な機能は「This extension is used by developers to make it easy to fill forms」です。

拡張機能のスクリーンショット

screenshot

Web Developer Form Filler拡張機能のCRXファイルをダウンロード

Web Developer Form Filler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey                    

拡張機能の基本情報

名前 Web Developer Form Filler Web Developer Form Filler
ID gbagmkohmhcjgbepncmehejaljoclpil
公式URL https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil
説明 This extension is used by developers to make it easy to fill forms
ファイルサイズ 109 KB
インストール数 33,293
現在のバージョン 1.0.13.1
最終更新日 2021-07-29
公開日 2017-03-16
評価 4.30/5 合計 149 レビュー
開発者 formfiller
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "javascripts\/jquery-1.9.1.min.js",
                "javascripts\/deserialize.js",
                "javascripts\/content_script.js",
                "javascripts\/mousetrap.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Web Developer Form Filler",
    "version": "1.0.13.1",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "description": "This extension is used by developers to make it easy to fill forms",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "Web Developer Form Filler",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2
}