SlideShare Theater
Enter a distraction free content viewing experience on SlideShare.
Cos'è SlideShare Theater?
SlideShare Theater è un'estensione di Chrome sviluppata da https://ss-theater.vishusingh.com, e la sua funzione principale è "Enter a distraction free content viewing experience on SlideShare.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SlideShare Theater
Scarica i file di estensione SlideShare Theater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Head over to the SlideShare's content viewing page and start the extension (or hit alt/option + shift + s) to enter the theater.
Informazioni di Base sull'Estensione
Nome | SlideShare Theater |
ID | fgaccaeaghfdbdllmkckjgefbgkblnjb |
URL Ufficiale | https://chromewebstore.google.com/detail/slideshare-theater/fgaccaeaghfdbdllmkckjgefbgkblnjb |
Descrizione | Enter a distraction free content viewing experience on SlideShare. |
Dimensione del File | 73.49 KB |
Conteggio Installazioni | 1,381 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2017-05-20 |
Data di Pubblicazione | 2017-05-19 |
Valutazione | 4.38/5 Totale 32 Valutazioni |
Sviluppatore | https://ss-theater.vishusingh.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |