PrettySafariK12

Make K-12 Safari book list pretty

Qu'est-ce que PrettySafariK12 ?

PrettySafariK12 est une extension Chrome développée par CODE4 Solutions, et sa fonction principale est "Make K-12 Safari book list pretty".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PrettySafariK12

Téléchargez les fichiers d'extension PrettySafariK12 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PrettySafariK12 PrettySafariK12
ID kjmemodcodpajfiggoljlflcocppoplh
URL Officiel https://chrome.google.com/webstore/detail/prettysafarik12/kjmemodcodpajfiggoljlflcocppoplh
Description Make K-12 Safari book list pretty
Taille du Fichier 52.15 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2015-09-05
Date de Publication 2015-09-05
Développeur CODE4 Solutions
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}