SlideShare Theater

Enter a distraction free content viewing experience on SlideShare.

Co je SlideShare Theater?

SlideShare Theater je rozšíření Chrome vyvinuté https://ss-theater.vishusingh.com, a jeho hlavní funkcí je „Enter a distraction free content viewing experience on SlideShare.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SlideShare Theater

Stáhněte si soubory rozšíření SlideShare Theater ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.                    

Základní Informace o Rozšíření

Název SlideShare Theater SlideShare Theater
ID fgaccaeaghfdbdllmkckjgefbgkblnjb
Oficiální URL https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb
Popis Enter a distraction free content viewing experience on SlideShare.
Velikost souboru 73.49 KB
Počet instalací 1,381
Aktuální Verze 0.0.6
Poslední Aktualizace 2017-05-20
Datum Vydání 2017-05-19
Hodnocení 4.38/5 Celkem 32 Hodnocení
Vývojář https://ss-theater.vishusingh.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SlideShare Theater",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Enter a distraction free content viewing experience on SlideShare.",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.slideshare.net\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css",
                "css\/animate.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19x19.png",
            "38": "images\/38x38.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "Start SlideShare Theater"
    },
    "web_accessible_resources": [
        "ss-theater.html",
        "images\/*.png"
    ],
    "commands": {
        "toggle-ss-theater": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Toggle SS Theater"
        }
    }
}