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とは何ですか?

Chrome Presentation ModeはTim Wickstromによって開発されたChromeの拡張機能で、その主な機能は「Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Chrome Presentation Mode拡張機能のCRXファイルをダウンロード

Chrome Presentation Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Chrome Presentation Mode Chrome Presentation Mode
ID bgcfdodiekfhjfdcamaelkanbbifepib
公式URL https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib
説明 Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.
ファイルサイズ 13.03 KB
インストール数 5,111
現在のバージョン 1.0.2
最終更新日 2018-10-26
公開日 2018-10-26
評価 4.43/5 合計 7 レビュー
開発者 Tim Wickstrom
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    }
}