An add-on that sorts tabs by URL, domain, title, and access time.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "SortTabs",
"version": "1.1.1resigned1",
"description": "An add-on that sorts tabs.",
"permissions": [
"activeTab",
"tabs"
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "icons/icon-32.png",
"default_title": "SortTabs",
"default_popup": "src/main.html"
},
"browser_specific_settings": {
"gecko": {
"id": "jid1-ybZYGXHcBi9FHA@jetpack"
}
}
}