Input Filler

Fills all inputs on a page with a specific value

Input Fillerとは何ですか?

Input FillerはAaron Didnerによって開発されたChromeの拡張機能で、その主な機能は「Fills all inputs on a page with a specific value」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This chrome extension takes all text input boxes on a page and fills them with a user specified value. 

The benefit is that if a user were doing data entry and many text input's on the page all had some sort of value the chrome extension could populate all of them at once rather than having to do all of them by hand.                    

拡張機能の基本情報

名前 Input Filler Input Filler
ID jenbiknnohffkkbaabolppehhfaemdgn
公式URL https://chromewebstore.google.com/detail/input-filler/jenbiknnohffkkbaabolppehhfaemdgn
説明 Fills all inputs on a page with a specific value
ファイルサイズ 11.69 KB
インストール数 96
現在のバージョン 1.1.1
最終更新日 2022-02-03
公開日 2022-01-12
評価 5.00/5 合計 2 レビュー
開発者 Aaron Didner
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/adidner/input-filler
プライバシーポリシーページのURL https://github.com/adidner/input-filler/blob/main/privacy_policy.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Input Filler",
    "description": "Fills all inputs on a page with a specific value",
    "version": "1.1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icons": {
            "16": "chrome-extension-logos\/logo-2.2-16x16.png",
            "32": "chrome-extension-logos\/logo-2.2-32x32.png",
            "48": "chrome-extension-logos\/logo-2.2-48x48.png",
            "128": "chrome-extension-logos\/logo-2.2-128x128.png"
        }
    },
    "icons": {
        "16": "chrome-extension-logos\/logo-2.2-16x16.png",
        "32": "chrome-extension-logos\/logo-2.2-32x32.png",
        "48": "chrome-extension-logos\/logo-2.2-48x48.png",
        "128": "chrome-extension-logos\/logo-2.2-128x128.png"
    }
}