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 là gì?

PopPage là một tiện ích mở rộng Chrome được phát triển bởi Abdu-L-Kerim Sandooya, và tính năng chính của nó là "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PopPage

Tải xuống các tệp mở rộng PopPage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
URL Chính Thức https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Mô tả Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Kích Thước Tệp 6.11 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.002
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2015-11-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Abdu-L-Kerim Sandooya
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}