By: Gina Estrada
Inspect and view changes in Inline To-Do Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Inline To-Do Extractor",
"version": "1.0.0",
"description": "Turn bullet lists on web pages into interactive task checklists and save progress per page.",
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"contextMenus",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{02fb7f7a-7404-41a7-850d-7124d10b5892}",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Inline To-Do Extractor Alternatives
Here are some Firefox add-ons that are similar to Inline To-Do Extractor:
Task Extractor
Willie Beck
Bullet Highlighter
Sufyan
Task Capture from Web
Darius
Simple Task Extractor
Rachael
Bullet List Cleaner
Abubakar
Inline Task Editor
Maggie
List Task - A ToDo List App
Sumalya Chatterjee
Tdo
mishchief
Webmaster Todo
HaircutStar
Checkvist
Checkvist team
Side Tasks
Basti
Webpage to Markdown
WeMeng