MoveTab

A chrome extension that helps you move your tabs from one window to another without dragging and dropping.

Qu'est-ce que MoveTab ?

MoveTab est une extension Chrome développée par sawjax, et sa fonction principale est "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MoveTab

Téléchargez les fichiers d'extension MoveTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom MoveTab MoveTab
ID jokbmfhbamgbbjglhcphlpkcklpbceid
URL Officiel https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid
Description A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
Taille du Fichier 29.04 KB
Nombre d'Installations 149
Version Actuelle 1.0
Dernière Mise à Jour 2014-09-01
Date de Publication 2014-09-01
Évaluation 4.92/5 Total 12 Évaluations
Développeur sawjax
Type de Paiement free
Langues Prises en Charge 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
}