By: Colin Lambert Add-on
Inspect and view changes in Smart FAQ Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Smart FAQ Extractor",
"version": "1.0.0",
"description": "Extracts a fast Q&A from any web page or selection and lets you export Markdown/JSON.",
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
]
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{cf1d1e5e-335f-4eff-9b01-a43dcf318c37}",
"strict_min_version": "109.0"
}
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"run_at": "document_idle"
}
]
} Best Smart FAQ Extractor Alternatives
Here are some Firefox add-ons that are similar to Smart FAQ Extractor:
Markdown FAQ Exporter
Kelsey
Table Q&A Builder
Fraser
Section Focus FAQ
Angel
PageMarkdown - Markdown Web Clipper
ExileCode
Extract & Ask: AI Workflow Tool
Faisal Bhuiyan
Inline Q&A Generator
Melvin Reed
Tutorial FAQ Collator
Chad Hood
KJuicer
KJuicer
Smart Scraper
Autonomous Web
FlowRead
enoch.z
Advanced Web Text Extractor
Go88
Webpage to Markdown
WeMeng