Slideshare Viewer

Make slideshare comfortable again

What is Slideshare Viewer?

Slideshare Viewer is a Chrome extension developed by kawasima, and its main feature is "Make slideshare comfortable again".

Extension Screenshots

screenshot

Download Slideshare Viewer Extension CRX File

Download Slideshare Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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のスライドも見れるようになりました。                    

Extension Basic Information

Name Slideshare Viewer Slideshare Viewer
ID iielbgdjdenipcchemkiknljbghjfdlk
Official URL https://chromewebstore.google.com/detail/slideshare-viewer/iielbgdjdenipcchemkiknljbghjfdlk
Description Make slideshare comfortable again
File Size 3.8 KB
Installation Count 1,538
Current Version 1.1.0
Last Updated 2023-05-29
Publish Date 2016-08-11
Rating 5.00/5 Total 10 Ratings
Developer kawasima
Email [email protected]
Payment Type free
Extension Website https://github.com/kawasima/slideshare-viewer
Supported Languages 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\/*"
            ]
        }
    ]
}