Remember Form Inputs

Remeber from input values.

Remember Form Inputsとは何ですか?

Remember Form Inputsはhttps://www.crossl.netによって開発されたChromeの拡張機能で、その主な機能は「Remeber from input values.」です。

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

screenshot

Remember Form Inputs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time.

It is convenient to save time and effort to enter the same content in the test.                    

拡張機能の基本情報

名前 Remember Form Inputs Remember Form Inputs
ID fcolhfpojmepceidnkkannbfpegihmhl
公式URL https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl
説明 Remeber from input values.
ファイルサイズ 38.08 KB
インストール数 1,479
現在のバージョン 0.1.1
最終更新日 2017-03-10
公開日 2017-03-09
評価 3.20/5 合計 5 レビュー
開発者 https://www.crossl.net
支払い方法 free
拡張機能のウェブサイト https://github.com/konkon1234/remember-form-inputs
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remember Form Inputs",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Remeber from input values.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "jquery-3.1.1.slim.min.js",
        "remember-inputs.js"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "remember-inputs.js"
            ],
            "run_at": "document_end"
        }
    ]
}