Chrome Presentation Mode

Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.

Chrome Presentation Mode là gì?

Chrome Presentation Mode là một tiện ích mở rộng Chrome được phát triển bởi Tim Wickstrom, và tính năng chính của nó là "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Chrome presentation mode is back. Simply install this plugin to have quick access to a fullscreen window that removes all browser elements including the address bar and all tabs.                    

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

Tên Chrome Presentation Mode Chrome Presentation Mode
ID bgcfdodiekfhjfdcamaelkanbbifepib
URL Chính Thức https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib
Mô tả Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.
Kích Thước Tệp 13.03 KB
Số Lần Cài Đặt 5,111
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-10-26
Ngày Phát Hành 2018-10-26
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Tim Wickstrom
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Presentation Mode",
    "version": "1.0.2",
    "description": "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.",
    "manifest_version": 2,
    "author": "Tim Wickstrom",
    "options_page": "credits.html",
    "icons": {
        "16": "images\/fullscreen16.png",
        "32": "images\/fullscreen32.png",
        "48": "images\/fullscreen48.png",
        "64": "images\/fullscreen64.png",
        "128": "images\/fullscreen128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Enter Presentation Mode",
        "default_icon": {
            "16": "images\/fullscreen16.png",
            "32": "images\/fullscreen32.png",
            "48": "images\/fullscreen48.png",
            "64": "images\/fullscreen64.png",
            "128": "images\/fullscreen128.png"
        }
    }
}