Slideshare Viewer

Make slideshare comfortable again

Slideshare Viewerคืออะไร?

Slideshare Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kawasima และคุณลักษณะหลักของมันคือ "Make slideshare comfortable again"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slideshare Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}