By: 1xbet
Inspect and view changes in QuickMark Tab Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "QuickMark Tab Manager",
"version": "1.0.0",
"description": "Efficiently manage and organize your browser tabs with quick bookmarking and tab grouping features",
"permissions": [
"tabs",
"bookmarks",
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "QuickMark Tab Manager",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"icons/*.png"
],
"applications": {
"gecko": {
"id": "quickmark-tab-manager@extension.dev",
"strict_min_version": "58.0"
}
}
} Best QuickMark Tab Manager Alternatives
Here are some Firefox add-ons that are similar to QuickMark Tab Manager: