提供元: Sudo
Inspect and view changes in paragraph Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Extract H1 & P",
"version": "1.0",
"description": "Extracts all <h1> and <p> elements and lists them in the popup.",
"permissions": [
"activeTab",
"scripting"
],
"browser_specific_settings": {
"gecko": {
"id": "extract-h1-p@example.com"
}
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
]
} ベストのparagraph Extractor代替案
paragraph Extractorに類似したFirefox add-onをいくつか紹介します: