Slideshare Viewer

Make slideshare comfortable again

Slideshare Viewer란 무엇입니까?

Slideshare Viewer은(는) kawasima에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make slideshare comfortable again"입니다.

확장 프로그램 스크린샷

screenshot

Slideshare Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}