Popout Tab
Popout a tab into its own self-contained window.
什麼是Popout Tab?
Popout Tab是由Ey3cue開發的Chrome擴展程式,該擴展的主要功能是“Popout a tab into its own self-contained window.”。
擴展截圖
下載Popout Tab擴展crx文件
下載Popout Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Opens the current tab in a popout window. Reactivating will merge it back with the main window. 擴展基本資訊
| 名稱 | |
| ID | nlnicneebppdmbhknnbdnilmfkbonhec |
| 官方網址 | https://chromewebstore.google.com/detail/popout-tab/nlnicneebppdmbhknnbdnilmfkbonhec |
| 簡介 | Popout a tab into its own self-contained window. |
| 檔案大小 | 107 KB |
| 安裝次數 | 126 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2019-06-23 |
| 上架時間 | 2019-06-23 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | Ey3cue |
| 付費類型 | free |
| 擴展官網 | https://github.com/Ey3cue/popout-tab |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Popout Tab",
"description": "Popout a tab into its own self-contained window.",
"version": "1.1.0",
"icons": {
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "assets\/icon32.png"
},
"commands": {
"toggle_popout": {
"description": "Popout current tab",
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"permissions": [
"contextMenus"
]
} | |