PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
什麼是PopPage?
PopPage是由Abdu-L-Kerim Sandooya開發的Chrome擴展程式,該擴展的主要功能是“Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.”。
擴展截圖
下載PopPage擴展crx文件
下載PopPage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Popup the web page you visit in a minimal window to occupy a smaller screen-print. It removes the URL bar, tabs and favorites bar. When watching a youtube video, the popped up page removes the suggested videos and comments resulting is a slim window what may be tossed aside while doing other work. 擴展基本資訊
| 名稱 | |
| ID | paahhejndbadafooooobjegcofgbjnlb |
| 官方網址 | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
| 簡介 | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
| 檔案大小 | 6.11 KB |
| 安裝次數 | 62 |
| 目前版本 | 1.002 |
| 更新時間 | 2022-12-13 |
| 上架時間 | 2015-11-25 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Abdu-L-Kerim Sandooya |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.002",
"name": "PopPage",
"description": "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.",
"short_name": "PopPage",
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html",
"default_title": "Pop up this page!"
},
"permissions": [
"activeTab"
]
} | |