FullScreen for Chrome

Fullscreen, #1 Zoom and Dark Mode more options will get in one

FullScreen for Chrome là gì?

FullScreen for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "Fullscreen, #1 Zoom and Dark Mode more options will get in one".

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

screenshot
screenshot

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

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

                        FullScreen extension allows you to zoom your web pages. This allows you to view your webpage more closely. There is more to do with this extension than just zooming. This extension gives you the option to make your web page full screen. This extension gives you the option to make your web page full screen. With this extension you can open the source code of any website. You can make a duplicate tab of any website. The best feature of the extension is that this extension gives you the option to do dark mode. As a result you can view any web page with dark mode on.

Features
+  Web page can be full screen.
+  Web pages can be zoomed to 500%.
+  Dark mode layer.
+  Print, duplicate, source code view option
+  Very lite and easy to use Extension.                    

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

Tên FullScreen for Chrome FullScreen for Chrome
ID ecjjidggacjjilibfmkamcnakiegbojp
URL Chính Thức https://chromewebstore.google.com/detail/fullscreen-for-chrome/ecjjidggacjjilibfmkamcnakiegbojp
Mô tả Fullscreen, #1 Zoom and Dark Mode more options will get in one
Kích Thước Tệp 78.68 KB
Số Lần Cài Đặt 494
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2023-02-21
Nhà Phát Triển https://www.downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.downloadhub.cloud/2023/02/FullScreen.html
URL Trang Chính Sách Bảo Mật https://www.downloadhub.cloud/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,es,pt-BR,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128-d.png",
            "32": "data\/icons\/icon-32-d.png",
            "38": "data\/icons\/icon-38-d.png"
        },
        "default_title": "__MSG_extNikName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/FullScreen.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "short_name": "light-off",
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content-style.css"
            ]
        }
    ]
}