Input Recorder

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

Input Recorder là gì?

Input Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://manxisuo.tk, và tính năng chính của nó là "Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Input Recorder

Tải xuống các tệp mở rộng Input Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Input Recorder Input Recorder
ID endkfhomobijnknngmdfcooaafdmfbfj
URL Chính Thức https://chromewebstore.google.com/detail/input-recorder/endkfhomobijnknngmdfcooaafdmfbfj
Mô tả Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2013-11-18
Ngày Phát Hành 2013-11-18
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://manxisuo.tk
Loại Thanh Toán free
Trang Web Mở Rộng http://manxisuo.tk/2013/11/10/input-recorder/
Ngôn Ngữ Được Hỗ Trợ 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"
}