提供元: APIsec.ai
Inspect and view changes in APIsec BOLT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "APIsec BOLT",
"version": "2.1.5",
"description": "Discover APIs from browser traffic and auto-generate OpenAPI specs.",
"icons": {
"16": "assets/icons/icon16.png",
"32": "assets/icons/icon32.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
},
"permissions": [
"webRequest",
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_icon": "assets/icons/icon48.png",
"default_title": "Open APIsec BOLT"
},
"sidebar_action": {
"default_panel": "panel.html",
"default_title": "APIsec BOLT",
"default_icon": "assets/icons/icon48.png"
},
"browser_specific_settings": {
"gecko": {
"id": "developer@apisec.ai",
"data_collection_permissions": {
"required": [
"browsingActivity",
"websiteContent"
],
"optional": [
"authenticationInfo"
]
}
}
}
} ベストのAPIsec BOLT代替案
APIsec BOLTに類似したFirefox add-onをいくつか紹介します:
API Debugger - Capture
Dracon
OpenAPI DevTools
Andrew Walsh
APIlot
Mohamed Zumair
Axiom Browser
KO66
Apidog Browser Extension
apidog.com
ZAP Browser Tool
zap-browser-tool
RESTBolt
Francesco De Stefano
JS Analyzer
Faxcel
Passbolt - Open source password manager for teams
passbolt
HTTP proxy for API testing website
Đoàn Thuận Thành