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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |