PrettySafariK12

Make K-12 Safari book list pretty

PrettySafariK12 là gì?

PrettySafariK12 là một tiện ích mở rộng Chrome được phát triển bởi CODE4 Solutions, và tính năng chính của nó là "Make K-12 Safari book list pretty".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PrettySafariK12

Tải xuống các tệp mở rộng PrettySafariK12 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PrettySafariK12 PrettySafariK12
ID kjmemodcodpajfiggoljlflcocppoplh
URL Chính Thức https://chrome.google.com/webstore/detail/prettysafarik12/kjmemodcodpajfiggoljlflcocppoplh
Mô tả Make K-12 Safari book list pretty
Kích Thước Tệp 52.15 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-09-05
Ngày Phát Hành 2015-09-05
Nhà Phát Triển CODE4 Solutions
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}