제작자: devendra
Inspect and view changes in AutoForm Glimpse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "AutoForm Glimpse",
"description": "Simple Developer tool for automatically fill Forms in development mode environments",
"version": "0.1.2",
"homepage_url": "https://github.com/dev-en-m/autoform-glimpse",
"browser_specific_settings": {
"gecko": {
"id": "devendra@devendramcode",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"32": "src/icons/icon32.png",
"48": "src/icons/icon48.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http://localhost/*",
"https://localhost/*",
"http://127.0.0.1/*",
"https://127.0.0.1/*"
],
"js": [
"dist/main.js"
]
}
],
"action": {
"default_icon": "src/icons/icon32.png",
"default_title": "AutoForm",
"default_popup": "src/index.html"
}
} 최고의 AutoForm Glimpse 대안
다음은 AutoForm Glimpse과(와) 유사한 Firefox add-on입니다: