Video Cleaner for Safari™
Learn better by improving the video experience of Safari Books Online.
Cos'è Video Cleaner for Safari™?
Video Cleaner for Safari™ è un'estensione di Chrome sviluppata da b2m9.com, e la sua funzione principale è "Learn better by improving the video experience of Safari Books Online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Cleaner for Safari™
Scarica i file di estensione Video Cleaner for Safari™ 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
Video Cleaner for Safari is a lightweight extension that will improve your learning experience on O'Reilly's education platform Safari Books Online by cleaning the video player interface of any obstructions, when you pause a lecture or code along in your editor. Safari has a rapidly growing catalogue of video lectures. However, problems occur when you pause a video or start having multiple windows side by side – for example when you code along to the lectures in your editor. When you pause a video, redundant interface elements obstruct your view of the video – rather unpleasant when you try to read the source code underneath. At smaller window sizes other interface elements start to hover above the video player, even when it is playing – also a rather suboptimal learning experience. Video Cleaner for Safari will remove those obstacles and improve your overall learning experience on Safari.
Informazioni di Base sull'Estensione
Nome | Video Cleaner for Safari™ |
ID | ijocmobeifedpdihdjggkpacbhmjooig |
URL Ufficiale | https://chromewebstore.google.com/detail/video-cleaner-for-safari/ijocmobeifedpdihdjggkpacbhmjooig |
Descrizione | Learn better by improving the video experience of Safari Books Online. |
Dimensione del File | 11.59 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 2017.9.5 |
Ultimo Aggiornamento | 2017-09-08 |
Data di Pubblicazione | 2017-09-08 |
Sviluppatore | b2m9.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gitlab.com/b2m9/safaribooks-video-extension |
URL della Pagina di Aiuto | https://gitlab.com/b2m9/safaribooks-video-extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Cleaner for Safari\u2122", "version": "2017.9.5", "description": "Learn better by improving the video experience of Safari Books Online.", "author": "Bob Massarczyk", "homepage_url": "https:\/\/gitlab.com\/b2m9\/safaribooks-video-extension", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.safaribooksonline.com\/library\/*", "https:\/\/www.safaribooksonline.com\/case-studies\/*" ], "js": [ "iframe-handler.js" ], "css": [ "clean.css" ] } ] } |