FormAssistant - Save & Restore

This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.

FormAssistant - Save & Restoreとは何ですか?

FormAssistant - Save & Restoreはmathieuf20によって開発されたChromeの拡張機能で、その主な機能は「This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.」です。

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

screenshot

FormAssistant - Save & Restore拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation. It has date and time template substitution capabilities built-in to help with your workflow.

It supports adding special tags to input of type textarea, text, email, search, url or date that will be replaced by date and time.

Supported tags (for now): hours, minutes, seconds, day of the month, month, full year.                    

拡張機能の基本情報

名前 FormAssistant - Save & Restore FormAssistant - Save & Restore
ID eoccmgkpiljbelbbhkjpagljajmikjme
公式URL https://chromewebstore.google.com/detail/formassistant-save-restor/eoccmgkpiljbelbbhkjpagljajmikjme
説明 This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.
ファイルサイズ 420 KB
インストール数 255
現在のバージョン 1.3.0
最終更新日 2020-02-07
公開日 2020-02-07
評価 5.00/5 合計 1 レビュー
開発者 mathieuf20
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "javascripts\/browser-polyfill.min.js",
                "javascripts\/jquery-3.3.1.min.js",
                "javascripts\/deserialize.js",
                "javascripts\/content_script.js",
                "javascripts\/mousetrap.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "FormAssistant - Save & Restore",
    "version": "1.3.0",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "description": "This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "FormAssistant - Save & Restore",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "manifest_version": 2
}