Slideshare Viewer
Make slideshare comfortable again
什么是Slideshare Viewer?
Slideshare Viewer是由kawasima开发的Chrome扩展程序,该扩展的主要功能是“Make slideshare comfortable again”。
扩展截图
下载Slideshare Viewer扩展crx文件
下载Slideshare Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Slideshareを快適に閲覧するための拡張です。 Ver1.1.0 * SlideShareの仕様変更のため、Embedモードを使うようにしました。 Ver1.0.0 Make slideshare comfortable again! Ver0.5.0 * スライドの端をクリックすることで遷移するようにあいました。 * プログレスバーをクリックすることで途中のスライドに遷移できるようにしました。 Ver0.4.0 * Devモードでしか動作しない問題を修正しました。 * Fullscreenモードを追加しました。 Ver0.3.0 * Speakerdeckのスライドも見れるようになりました。
扩展基本信息
名称 | Slideshare Viewer |
ID | iielbgdjdenipcchemkiknljbghjfdlk |
官方URL | https://chromewebstore.google.com/detail/slideshare-viewer/iielbgdjdenipcchemkiknljbghjfdlk |
简介 | Make slideshare comfortable again |
文件大小 | 3.8 KB |
安装次数 | 1,538 |
当前版本 | 1.1.0 |
更新时间 | 2023-05-29 |
上架时间 | 2016-08-11 |
评分 | 5.00/5 共10次评分 |
开发者 | kawasima |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/kawasima/slideshare-viewer |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Slideshare Viewer", "version": "1.1.0", "description": "Make slideshare comfortable again", "content_scripts": [ { "matches": [ "https:\/\/www.slideshare.net\/*", "https:\/\/slideshare.net\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "https:\/\/www.slideshare.net\/*", "https:\/\/slideshare.net\/*" ] } ] } |