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
官方網址 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"
        }
    ]
}