By: Philipp Kewisch
Inspect and view changes in Move to Start source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "1.3.0",
"applications": {
"gecko": {
"id": "move-to-start@mozilla.kewis.ch"
}
},
"icons": {
"16": "addon.svg"
},
"permissions": [
"activeTab",
"storage"
],
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"browser_action": {
"default_icon": "addon.svg",
"default_title": "__MSG_extensionName__"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Left"
}
}
},
"background": {
"scripts": [
"background.js"
]
}
} Best Move to Start Alternatives
Here are some Firefox add-ons that are similar to Move to Start:
MoveTab
avtolik
Tab Move
MonterraByte
Tab Mover
Guido Berhörster
Move tab to new window
Mathias
Switch To Previous Active Tab & Reload All Tabs
jscher2000
Move Tab to Next Window
Roman Shevtsov
Tab Teleporter
Peter Simonyi
Detach Current Tab
Szwarceneger16
Tab Reorder
Glin
Tab Relocation
jebsmartt
Move tabs and groups
Jackson McKay
Move Active Tab to Last
jscher2000