SlideShare Theater
Enter a distraction free content viewing experience on SlideShare.
什么是SlideShare Theater?
SlideShare Theater是由https://ss-theater.vishusingh.com开发的Chrome扩展程序,该扩展的主要功能是“Enter a distraction free content viewing experience on SlideShare.”。
扩展截图
下载SlideShare Theater扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
}
} | |