Popup window
Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.
Qu'est-ce que Popup window ?
Popup window est une extension Chrome développée par ettoolong, et sa fonction principale est "Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Popup window
Téléchargez les fichiers d'extension Popup window 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
Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI. Usage: 1. Right click on link, click [Open this link in pop-up window] => po-pup link to standalone window. 2. Right click on page, click [pop-up/merge current page] => move current page to standalone window. 3. Click on toolbar button => move current page to standalone window.
Informations de Base sur l'Extension
Nom | Popup window |
ID | nnlippelgfbglbhiccffmnmlnhmbjjpe |
URL Officiel | https://chromewebstore.google.com/detail/popup-window/nnlippelgfbglbhiccffmnmlnhmbjjpe |
Description | Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI. |
Taille du Fichier | 13.9 KB |
Nombre d'Installations | 3,683 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2023-03-16 |
Date de Publication | 2019-05-13 |
Évaluation | 4.58/5 Total 12 Évaluations |
Développeur | ettoolong |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/ettoolong/PopupWindow |
Langues Prises en Charge | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDescription__", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1.0", "homepage_url": "https:\/\/github.com\/ettoolong\/PopupWindow", "icons": { "16": "icon\/icon.png", "32": "icon\/icon.png", "48": "icon\/icon.png", "64": "icon\/icon.png", "96": "icon\/icon.png" }, "author": "Ett Chung", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "contextMenus" ], "browser_action": { "browser_style": true, "default_title": "__MSG_actionButtonTitle__", "default_icon": "icon\/icon.png" }, "default_locale": "en", "options_ui": { "page": "options.html", "open_in_tab": false }, "commands": { "popupWindow": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "__MSG_execute__" } } } |