Remember Form Inputs

Remeber from input values.

Remember Form Inputs क्या है?

Remember Form Inputs https://www.crossl.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remeber from input values."।

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

screenshot

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

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

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

                        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
आधिकारिक URL 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"
        }
    ]
}