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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Presentation Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}