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 là gì?

FormAssistant - Save & Restore là một tiện ích mở rộng Chrome được phát triển bởi mathieuf20, và tính năng chính của nó là "This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.".

Ả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 FormAssistant - Save & Restore

Tải xuống các tệp mở rộng FormAssistant - Save & Restore 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

                        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.                    

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

Tên FormAssistant - Save & Restore FormAssistant - Save & Restore
ID eoccmgkpiljbelbbhkjpagljajmikjme
URL Chính Thức https://chromewebstore.google.com/detail/formassistant-save-restor/eoccmgkpiljbelbbhkjpagljajmikjme
Mô tả This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.
Kích Thước Tệp 420 KB
Số Lần Cài Đặt 255
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-02-07
Ngày Phát Hành 2020-02-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mathieuf20
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}