Pop Out

Convert tabs into popup windows and back

Qu'est-ce que Pop Out ?

Pop Out est une extension Chrome développée par tbodt, et sa fonction principale est "Convert tabs into popup windows and back".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pop Out

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

                        Turn tabs into popup windows with no toolbars in the way!

Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon.                    

Informations de Base sur l'Extension

Nom Pop Out Pop Out
ID goefeknijkeibgadbapihfkliobeoglp
URL Officiel https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp
Description Convert tabs into popup windows and back
Taille du Fichier 12.7 KB
Nombre d'Installations 319
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-06-11
Date de Publication 2020-06-11
Développeur tbodt
Type de Paiement free
Site Web de l'Extension https://github.com/tbodt/pop-out/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop Out",
    "description": "Convert tabs into popup windows and back",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "contextMenus"
    ]
}