Inspect and view changes in PagePilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "PagePilot",
"version": "1.0",
"description": "Automatically generate a customizable table of contents for web pages",
"icons": {
"48": "icons/pagepilot-48.png",
"96": "icons/pagepilot-96.png"
},
"permissions": [
"<all_urls>",
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "icons/pagepilot-48.png",
"default_title": "PagePilot",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{c058113b-46a4-450d-b7eb-3af870ae1b74}"
}
}
} Best PagePilot Alternatives
Here are some Firefox add-ons that are similar to PagePilot:
Smart TOC V2
Bun Layla
Smart TOC
FallenMax
Table of contents
Nathan Manceaux-Panot
Tocic - Chatbot Table of Content
Alan Cheung
TOC: Headings, Landmarks & Links
Jon Gunderson
ScrollPilot
Ronald
ChatGPT TOC
bumblebee
ToC Generator for GitHub Wiki
ClearCode Inc.
OutlineCraft
Ekluis
github-toc
kit494way
PageIT
ThomasT
display toc on page
The-town