SlideShare Theater
Enter a distraction free content viewing experience on SlideShare.
SlideShare Theaterคืออะไร?
SlideShare Theater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ss-theater.vishusingh.com และคุณลักษณะหลักของมันคือ "Enter a distraction free content viewing experience on SlideShare."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SlideShare Theater
ดาวน์โหลดไฟล์ส่วนขยาย SlideShare Theater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SlideShare Theater |
ID | fgaccaeaghfdbdllmkckjgefbgkblnjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb |
คำอธิบาย | Enter a distraction free content viewing experience on SlideShare. |
ขนาดไฟล์ | 73.49 KB |
จำนวนการติดตั้ง | 1,381 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2017-05-20 |
วันที่เผยแพร่ | 2017-05-19 |
คะแนน | 4.38/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | https://ss-theater.vishusingh.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SlideShare Theater", "version": "0.0.6", "manifest_version": 2, "description": "Enter a distraction free content viewing experience on SlideShare.", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "19": "images\/19x19.png", "38": "images\/38x38.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.slideshare.net\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ], "css": [ "styles.css", "css\/animate.css" ] } ], "browser_action": { "default_icon": { "19": "images\/19x19.png", "38": "images\/38x38.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "default_title": "Start SlideShare Theater" }, "web_accessible_resources": [ "ss-theater.html", "images\/*.png" ], "commands": { "toggle-ss-theater": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Toggle SS Theater" } } } |