MoveTab
A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
Vad är MoveTab?
MoveTab är en Chrome-tillägg utvecklad av sawjax, och dess huvudfunktion är "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.".
Tilläggsskärmbilder
Ladda ner MoveTab-förlängningens CRX-fil
Ladda ner MoveTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? MoveTab solves that problem by helping you move tabs in two steps. 1. Go to the tab you want to move and click on MoveTab. 2. Go to the window where you want it and click on MoveTab again. It's that simple!
Grundläggande Information om Tillägg
Namn | MoveTab |
ID | jokbmfhbamgbbjglhcphlpkcklpbceid |
Officiell webbadress | https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid |
Beskrivning | A chrome extension that helps you move your tabs from one window to another without dragging and dropping. |
Filstorlek | 29.04 KB |
Antal Installationer | 149 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-09-01 |
Publiceringsdatum | 2014-09-01 |
Betyg | 4.92/5 Totalt 12 Betyg |
Utvecklare | sawjax |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MoveTab", "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Move this tab", "default_icon": { "19": "icons\/icon19in.png", "38": "icons\/icon38in.png" } }, "manifest_version": 2 } |