Video Cleaner for Safari™

Learn better by improving the video experience of Safari Books Online.

Video Cleaner for Safari™란 무엇입니까?

Video Cleaner for Safari™은(는) b2m9.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn better by improving the video experience of Safari Books Online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Video Cleaner for Safari™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Video Cleaner for Safari™ Video Cleaner for Safari™
ID ijocmobeifedpdihdjggkpacbhmjooig
공식 URL https://chromewebstore.google.com/detail/video-cleaner-for-safari/ijocmobeifedpdihdjggkpacbhmjooig
설명 Learn better by improving the video experience of Safari Books Online.
파일 크기 11.59 KB
설치 횟수 126
현재 버전 2017.9.5
최근 업데이트 2017-09-08
출시 날짜 2017-09-08
개발자 b2m9.com
결제 유형 free
확장 프로그램 웹 사이트 https://gitlab.com/b2m9/safaribooks-video-extension
도움말 페이지 URL https://gitlab.com/b2m9/safaribooks-video-extension
지원되는 언어 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"
            ]
        }
    ]
}