SlideShare Theater
Enter a distraction free content viewing experience on SlideShare.
SlideShare Theater क्या है?
SlideShare Theater https://ss-theater.vishusingh.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enter a distraction free content viewing experience on SlideShare."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SlideShare Theater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } } |