Input Recorder

Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.

Cos'è Input Recorder?

Input Recorder è un'estensione di Chrome sviluppata da https://manxisuo.tk, e la sua funzione principale è "Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Input Recorder

Scarica i file di estensione Input Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        1. 记录网站的用户名和密码,下次登录时不用再重新输入。
2. 记录表单中的数据,以后可以瞬间充填。

对web开发、测试人员更加有用。                    

Informazioni di Base sull'Estensione

Nome Input Recorder Input Recorder
ID endkfhomobijnknngmdfcooaafdmfbfj
URL Ufficiale https://chromewebstore.google.com/detail/input-recorder/endkfhomobijnknngmdfcooaafdmfbfj
Descrizione Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.
Dimensione del File 116 KB
Conteggio Installazioni 29
Versione Corrente 1.0.6
Ultimo Aggiornamento 2013-11-18
Data di Pubblicazione 2013-11-18
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://manxisuo.tk
Tipo di Pagamento free
Sito Web dell'Estensione http://manxisuo.tk/2013/11/10/input-recorder/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style\/injected.css"
            ],
            "js": [
                "script\/jquery-1.9.1.min.js",
                "script\/injected.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "script\/jquery.min.map"
    ],
    "options_page": "options.html"
}