PopOut

Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.

Qu'est-ce que PopOut ?

PopOut est une extension Chrome développée par Unknown, et sa fonction principale est "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension PopOut 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

                        PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.

Feel free to contact me at http://lpm.io/contact with any questions!                    

Informations de Base sur l'Extension

Nom PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
URL Officiel https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
Description Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Taille du Fichier 5.66 KB
Nombre d'Installations 111
Version Actuelle 1.0
Dernière Mise à Jour 2014-04-11
Date de Publication 2014-04-11
Évaluation 3.86/5 Total 7 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PopOut",
    "short_name": "PopOut",
    "version": "1.0",
    "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Pop out tabs to right"
    }
}