Form Hero: a HTML form auto-filler (Beta)

Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!

Form Hero: a HTML form auto-filler (Beta)とは何ですか?

Form Hero: a HTML form auto-filler (Beta)はt.k.によって開発されたChromeの拡張機能で、その主な機能は「Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!」です。

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

screenshot

Form Hero: a HTML form auto-filler (Beta)拡張機能のCRXファイルをダウンロード

Form Hero: a HTML form auto-filler (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you an ambitious job seeker who dreams to submit hundred applications a day?
Or you got too many usernames and passwords to remember?
Or tired of getting unexpected results from Chrome Autofill?

Form Hero author knows how painful it is! He wishes Form Hero can be a helpful  assistant for you.

Form Hero is not limited to save your login names or email addresses, it can help you remember almost any inputs on websites! Forms, checkboxes, dropdown manuals and whatsoever inputs you need to remember.

With a single click, you can instantly apply values to specific/all blanks.
No need to copy and paste frequently used information any more!

And, it is free! So why not try it now and get an easy life?

Typically, to use Form Hero you need:

Step 1: Click ``remember all filled values" button to inform Form Hero to remember the inputs.

Step 2: When you see this form again, or even a similar form from other websites, you can fill each blanks by a single click on one of the suggested candidates, or apply default values to all inputs, again with only one click.

Note: Form Hero ranks the top possible candidate values for you, the very first one for each input is the most likely value that Form Hero suggests for you. So you have more options: You can choose to fill or not to fill, and which value to fill (this is the fundamental difference that distinguishes Form Hero from other similar auto-filler apps/extensions).

Form Hero is just in his beta version, please send any feedback you have to author email address: [email protected]

Form Hero really wants to be your hero!                    

拡張機能の基本情報

名前 Form Hero: a HTML form auto-filler (Beta) Form Hero: a HTML form auto-filler (Beta)
ID pelaeciljekjlkaampohnboacfhjobod
公式URL https://chrome.google.com/webstore/detail/form-hero-a-html-form-aut/pelaeciljekjlkaampohnboacfhjobod
説明 Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!
ファイルサイズ 766 KB
インストール数 1,000
現在のバージョン 15.12.12.21
最終更新日 2015-12-12
公開日 2015-12-12
評価 3.63/5 合計 8 レビュー
開発者 t.k.
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Hero: a HTML form auto-filler (Beta)",
    "short_name": "Form Hero",
    "version": "15.12.12.21",
    "manifest_version": 2,
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon36.png"
        },
        "default_title": "Form Hero",
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "jquery-ui\/jquery-ui.min.js",
                "src\/content.js"
            ]
        }
    ]
}