Oracle Docs Font Changer

Allows you to change the font on all docs.oracle.com pages.

Cos'è Oracle Docs Font Changer?

Oracle Docs Font Changer è un'estensione di Chrome sviluppata da thomas.lutzeyer, e la sua funzione principale è "Allows you to change the font on all docs.oracle.com pages.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Oracle Docs Font Changer

Scarica i file di estensione Oracle Docs Font Changer 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

                        I found the font in all Oracle Docs quite hard to read so I wrote this small extension to allow you to change it. It saves your preference so you don't have to change it every time.

You can use any standard font installed on your system (Arial, Times, ...). 

This is currently in ALPHA and if there's any demand I'll work on it more but for now the extension is provided AS IS.
Plans are to allow font size to be changed eventually too.                    

Informazioni di Base sull'Estensione

Nome Oracle Docs Font Changer Oracle Docs Font Changer
ID mhaoldifgpemfhkfalodeglgfbdibppn
URL Ufficiale https://chrome.google.com/webstore/detail/oracle-docs-font-changer/mhaoldifgpemfhkfalodeglgfbdibppn
Descrizione Allows you to change the font on all docs.oracle.com pages.
Dimensione del File 75.5 KB
Conteggio Installazioni 67
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-07-05
Data di Pubblicazione 2017-07-05
Sviluppatore thomas.lutzeyer
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oracle Docs Font Changer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Allows you to change the font on all docs.oracle.com pages.",
    "homepage_url": "http:\/\/www.lutzeyer.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Change Font"
    },
    "permissions": [
        "https:\/\/docs.oracle.com\/*\/*",
        "http:\/\/docs.oracle.com\/*\/*",
        "storage",
        "tabs"
    ]
}