Inspect and view changes in Form Reseter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Form Reseter",
"version": "1.0.0",
"description": "Injects a visible Reset button into every form on a page. Restores all fields to their default values with one click.",
"browser_specific_settings": {
"gecko": {
"id": "{596d9e67-b85e-4889-9944-8735007c9237}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"96": "images/icon96.png",
"128": "images/icon128.png"
},
"default_title": "Form Resetter",
"default_popup": "ext/popup.html"
},
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"96": "images/icon96.png",
"128": "images/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"ext/content.js"
],
"run_at": "document_idle"
}
]
} ベストのForm Reseter代替案
Form Reseterに類似したFirefox add-onをいくつか紹介します:
Any Forms Reseter
Paige
Form Resetter
McCollum
Reset Form Fields
McCollum
Form Reset Helper
McCollum
Form Reset Helper
Paige
Form State Remembrancer
ashurtech
FastFill
Anson Yu
Form Saver
Janetdaisy
Form Data Saver
Okfun
Basic Form Filler
Travis
FormSaver
Gee-Bee
Submit Button Disabler
ray33ee