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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } } |