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 |
Eメール | [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\/*" ] } ] } |