TabToPopup

this extention enable to export current tab page to new popup window.

Qu'est-ce que TabToPopup ?

TabToPopup est une extension Chrome développée par chabon, et sa fonction principale est "this extention enable to export current tab page to new popup window.".

Captures d'Écran de l'Extension

screenshot

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

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

                        If you click on the icon to open the popup window.
Page will be reloaded. Please be careful not to use the page being edited.


https://github.com/chabon/TabToPopup

■ver1.0.6
Extend bookmark options

■ver1.0.4
Add the setting can specify the popup window size

■ver1.0.2
In option, added the following settings
・when open a popup window, close the original window
・hide the scroll bar
・add 「open in popup window」to right-click menu on the link
・insert css in the popup window                    

Informations de Base sur l'Extension

Nom TabToPopup TabToPopup
ID bpnnnahgjgehfimcicpjmjidcoghhfpf
URL Officiel https://chromewebstore.google.com/detail/tabtopopup/bpnnnahgjgehfimcicpjmjidcoghhfpf
Description this extention enable to export current tab page to new popup window.
Taille du Fichier 27.9 KB
Nombre d'Installations 2,249
Version Actuelle 1.0.6
Dernière Mise à Jour 2022-04-18
Date de Publication 2016-07-05
Évaluation 4.67/5 Total 9 Évaluations
Développeur chabon
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/chabon-ext-privacy-policy
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/TabToPopup_16.png",
        "19": "images\/TabToPopup_19.png",
        "32": "images\/TabToPopup_32.png",
        "48": "images\/TabToPopup_48.png",
        "128": "images\/TabToPopup_128.png"
    },
    "browser_action": {
        "default_icon": "images\/TabToPopup_19.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        ""
    ],
    "default_locale": "ja",
    "options_page": "option.html"
}