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 هو إضافة Chrome تم تطويرها بواسطة Tim Wickstrom، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Chrome Presentation Mode

قم بتنزيل ملفات الامتداد Chrome Presentation Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
        }
    }
}