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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載FormAssistant - Save & Restore擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | eoccmgkpiljbelbbhkjpagljajmikjme |
官方網址 | 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 } |