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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abdu-L-Kerim Sandooya และคุณลักษณะหลักของมันคือ "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PopPage
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PopPage |
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 |
อีเมล | [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" ] } |