SlideShare Theater
Enter a distraction free content viewing experience on SlideShare.
Что такое SlideShare Theater?
SlideShare Theater - это расширение Chrome, разработанное https://ss-theater.vishusingh.com, и его основная функция - "Enter a distraction free content viewing experience on SlideShare.".
Снимки экрана расширения
Скачать файл CRX расширения SlideShare Theater
Скачайте файлы расширений SlideShare Theater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.
Основная информация о расширении
Название | SlideShare Theater |
ID | fgaccaeaghfdbdllmkckjgefbgkblnjb |
Официальный URL | https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb |
Описание | Enter a distraction free content viewing experience on SlideShare. |
Размер файла | 73.49 KB |
Количество установок | 1,381 |
Текущая Версия | 0.0.6 |
Последнее Обновление | 2017-05-20 |
Дата публикации | 2017-05-19 |
Рейтинг | 4.38/5 Всего 32 оценок |
Разработчик | https://ss-theater.vishusingh.com |
Тип оплаты | free |
Поддерживаемые языки | 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" } } } |