PrettySafariK12
Make K-12 Safari book list pretty
PrettySafariK12란 무엇입니까?
PrettySafariK12은(는) CODE4 Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make K-12 Safari book list pretty"입니다.
확장 프로그램 스크린샷
PrettySafariK12 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Safari Online's K-12 program is an awesome resource for kids and teens to access amazing digital resources and books from O'Reilly and other publishers. Unfortunately, their interface for K-12 is pretty bad...consisting of only a list of book titles and no cover art. This plugin makes that Safari Online K-12 book list much easier to read by doing the following: - Adds book cover art where applicable. - Converts links to open in new tabs so you don't have to reload all cover art when opening books. - Modifies the layout and styles to be easy to read. This extension runs automatically in the background when you are on the Safari Online K-12 site.
확장 프로그램 기본 정보
이름 | |
ID | kjmemodcodpajfiggoljlflcocppoplh |
공식 URL | https://chrome.google.com/webstore/detail/prettysafarik12/kjmemodcodpajfiggoljlflcocppoplh |
설명 | Make K-12 Safari book list pretty |
파일 크기 | 52.15 KB |
설치 횟수 | 13 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-09-05 |
출시 날짜 | 2015-09-05 |
개발자 | CODE4 Solutions |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PrettySafariK12", "description": "Make K-12 Safari book list pretty", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/schools.safaribooksonline.com\/titles\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.4.min.js", "myscript.js" ] } ] } |