PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Apa itu PopPage?
PopPage adalah ekstensi Chrome yang dikembangkan oleh Abdu-L-Kerim Sandooya, dan fitur utamanya adalah "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PopPage
Unduh file ekstensi PopPage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PopPage |
ID | paahhejndbadafooooobjegcofgbjnlb |
URL Resmi | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
Deskripsi | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
Ukuran File | 6.11 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 1.002 |
Terakhir Diperbarui | 2022-12-13 |
Tanggal Publikasi | 2015-11-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Abdu-L-Kerim Sandooya |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |