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.
Vad är FormAssistant - Save & Restore?
FormAssistant - Save & Restore är en Chrome-tillägg utvecklad av mathieuf20, och dess huvudfunktion är "This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation.".
Tilläggsskärmbilder
Ladda ner FormAssistant - Save & Restore-förlängningens CRX-fil
Ladda ner FormAssistant - Save & Restore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | FormAssistant - Save & Restore |
ID | eoccmgkpiljbelbbhkjpagljajmikjme |
Officiell webbadress | https://chromewebstore.google.com/detail/formassistant-save-restor/eoccmgkpiljbelbbhkjpagljajmikjme |
Beskrivning | This extension is used by web developers to make it easy to save and restore forms for use in submission testing and validation. |
Filstorlek | 420 KB |
Antal Installationer | 255 |
Aktuell Version | 1.3.0 |
Senast Uppdaterad | 2020-02-07 |
Publiceringsdatum | 2020-02-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | mathieuf20 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |