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"
}
}
} | |