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 क्या है?

FormAssistant - Save & Restore mathieuf20 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FormAssistant - Save & Restore एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम FormAssistant - Save & Restore FormAssistant - Save & Restore
ID eoccmgkpiljbelbbhkjpagljajmikjme
आधिकारिक URL https://chromewebstore.google.com/detail/formassistant-save-restor/eoccmgkpiljbelbbhkjpagljajmikjme
विवरण This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.
फ़ाइल का आकार 420 KB
स्थापना संख्या 255
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2020-02-07
प्रकाशन तिथि 2020-02-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर mathieuf20
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}