Open-as-Popup

Opens the current tab as a popup window.

Qu'est-ce que Open-as-Popup ?

Open-as-Popup est une extension Chrome développée par Thomas Mercurio, et sa fonction principale est "Opens the current tab as a popup window.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Open-as-Popup

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

                        This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.                    

Informations de Base sur l'Extension

Nom Open-as-Popup Open-as-Popup
ID iabonpaolfcekbccbiginpdkhlcaeopd
URL Officiel https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd
Description Opens the current tab as a popup window.
Taille du Fichier 6.89 KB
Nombre d'Installations 4,977
Version Actuelle 1.0
Dernière Mise à Jour 2015-12-26
Date de Publication 2015-12-26
Évaluation 4.80/5 Total 15 Évaluations
Développeur Thomas Mercurio
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open-as-Popup",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Open the current tab as a popup window."
    },
    "description": "Opens the current tab as a popup window.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}