SlideShare Theater
Enter a distraction free content viewing experience on SlideShare.
Co to jest SlideShare Theater?
SlideShare Theater to rozszerzenie Chrome opracowane przez https://ss-theater.vishusingh.com, a jego główną funkcją jest „Enter a distraction free content viewing experience on SlideShare.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SlideShare Theater
Pobierz pliki rozszerzeń SlideShare Theater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.
Podstawowe informacje o rozszerzeniu
Nazwa | SlideShare Theater |
ID | fgaccaeaghfdbdllmkckjgefbgkblnjb |
Oficjalny URL | https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb |
Opis | Enter a distraction free content viewing experience on SlideShare. |
Rozmiar pliku | 73.49 KB |
Liczba instalacji | 1,381 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2017-05-20 |
Data Publikacji | 2017-05-19 |
Ocena | 4.38/5 Łącznie 32 Oceny |
Deweloper | https://ss-theater.vishusingh.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } |