Popup window
Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.
什麼是Popup window?
Popup window是由ettoolong開發的Chrome擴展程式,該擴展的主要功能是“Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.”。
擴展截圖
下載Popup window擴展crx文件
下載Popup window擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Popup window |
ID | nnlippelgfbglbhiccffmnmlnhmbjjpe |
官方網址 | https://chromewebstore.google.com/detail/popup-window/nnlippelgfbglbhiccffmnmlnhmbjjpe |
簡介 | Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI. |
檔案大小 | 13.9 KB |
安裝次數 | 3,683 |
目前版本 | 0.1.0 |
更新時間 | 2023-03-16 |
上架時間 | 2019-05-13 |
評分 | 4.58/5 共 12 次評分 |
開發者 | ettoolong |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/ettoolong/PopupWindow |
支援的語言 | 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__" } } } |