FullscreenEverything

Fullscreen everything in your browser's web page

FullscreenEverything là gì?

FullscreenEverything là một tiện ích mở rộng Chrome được phát triển bởi xieby123, và tính năng chính của nó là "Fullscreen everything in your browser's web page".

Ả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 FullscreenEverything

Tải xuống các tệp mở rộng FullscreenEverything 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

                        F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything!

Usage:
* click FullscreenEverything to enter the selecting mode
* in selecting mode, the element will be highlighted when the cursor hovers on it
* in selecting mode, by clicking the highlighted element to fullscreen it
* in selecting mode, press the Esc key to exit without fullscreen anything                    

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

Tên FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
URL Chính Thức https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
Mô tả Fullscreen everything in your browser's web page
Kích Thước Tệp 21.15 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2022-07-15
Ngày Phát Hành 2022-07-14
Nhà Phát Triển xieby123
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FullscreenEverything/FullscreenEverything
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FullscreenEverything",
    "version": "0.1.0",
    "description": "Fullscreen everything in your browser's web page",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Click to activate"
    },
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}