Slideshare Viewer
Make slideshare comfortable again
Co to jest Slideshare Viewer?
Slideshare Viewer to rozszerzenie Chrome opracowane przez kawasima, a jego główną funkcją jest „Make slideshare comfortable again”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slideshare Viewer
Pobierz pliki rozszerzeń Slideshare Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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のスライドも見れるようになりました。
Podstawowe informacje o rozszerzeniu
Nazwa | Slideshare Viewer |
ID | iielbgdjdenipcchemkiknljbghjfdlk |
Oficjalny URL | https://chromewebstore.google.com/detail/slideshare-viewer/iielbgdjdenipcchemkiknljbghjfdlk |
Opis | Make slideshare comfortable again |
Rozmiar pliku | 3.8 KB |
Liczba instalacji | 1,538 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2023-05-29 |
Data Publikacji | 2016-08-11 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | kawasima |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/kawasima/slideshare-viewer |
Obsługiwane Języki | 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\/*" ] } ] } |