Convert To Popup
Converts the current tab or link to a popup window
什麼是Convert To Popup?
Convert To Popup是由rawbytz開發的Chrome擴展程式,該擴展的主要功能是“Converts the current tab or link to a popup window”。
擴展截圖
下載Convert To Popup擴展crx文件
下載Convert To Popup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
• Popup windows have no tabs, address bar, or bookmarks bar. • Click the toolbar icon to convert the current tab into a Popup window. • Assign a keyboard shortcut at the bottom of chrome://extensions to do the same. • Right Click links to open them in a new Popup window. • No persistent memory footprint.
擴展基本資訊
名稱 | Convert To Popup |
ID | ipbclffpmnocdigdcpmahfmdlibcggal |
官方網址 | https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal |
簡介 | Converts the current tab or link to a popup window |
檔案大小 | 7.13 KB |
安裝次數 | 1,409 |
目前版本 | 1.6 |
更新時間 | 2018-03-07 |
上架時間 | 2018-03-07 |
評分 | 4.36/5 共 11 次評分 |
開發者 | rawbytz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert To Popup", "version": "1.6", "description": "Converts the current tab or link to a popup window", "browser_action": { "default_icon": "convert2Popup_128.png", "default_title": "Convert to Popup" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "convert2Popup_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |