Open-as-Popup
Opens the current tab as a popup window.
什麼是Open-as-Popup?
Open-as-Popup是由Thomas Mercurio開發的Chrome擴展程式,該擴展的主要功能是“Opens the current tab as a popup window.”。
擴展截圖
下載Open-as-Popup擴展crx文件
下載Open-as-Popup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | iabonpaolfcekbccbiginpdkhlcaeopd |
官方網址 | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
簡介 | Opens the current tab as a popup window. |
檔案大小 | 6.89 KB |
安裝次數 | 4,977 |
目前版本 | 1.0 |
更新時間 | 2015-12-26 |
上架時間 | 2015-12-26 |
評分 | 4.80/5 共 15 次評分 |
開發者 | Thomas Mercurio |
付費類型 | free |
支援的語言 | 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" } } |