asked the machines to make some improvement. window select. other browser support. I think. I haven't tested it yet. YOLO.

This commit is contained in:
2026-04-01 19:49:33 +02:00
parent f6507c5c16
commit ed6612f9e8
5 changed files with 548 additions and 204 deletions

View File

@@ -1,13 +1,14 @@
{
"manifest_version": 3,
"name": "Edge Tab Catcher",
"version": "1.0.0",
"description": "Export all open tabs with their URLs, titles, and descriptions to a Markdown file",
"name": "Tab Catcher",
"version": "2.0.0",
"description": "Export selected tabs, windows, or tab groups to a Markdown file",
"permissions": [
"tabs",
"activeTab",
"scripting",
"downloads"
"downloads",
"tabGroups"
],
"action": {
"default_popup": "popup.html",
@@ -22,6 +23,12 @@
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "tabcatcher@tabcatcher",
"strict_min_version": "109.0"
}
},
"author": "Your Name",
"homepage_url": "https://github.com/yourusername/tab-exporter"
}