Oracle Docs Font Changer

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

Co je Oracle Docs Font Changer?

Oracle Docs Font Changer je rozšíření Chrome vyvinuté thomas.lutzeyer, a jeho hlavní funkcí je „Allows you to change the font on all docs.oracle.com pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Oracle Docs Font Changer

Stáhněte si soubory rozšíření Oracle Docs Font Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Oracle Docs Font Changer Oracle Docs Font Changer
ID mhaoldifgpemfhkfalodeglgfbdibppn
Oficiální URL https://chrome.google.com/webstore/detail/oracle-docs-font-changer/mhaoldifgpemfhkfalodeglgfbdibppn
Popis Allows you to change the font on all docs.oracle.com pages.
Velikost souboru 75.5 KB
Počet instalací 67
Aktuální Verze 0.0.1
Poslední Aktualizace 2017-07-05
Datum Vydání 2017-07-05
Vývojář thomas.lutzeyer
Typ Platby free
Podporované Jazyky 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"
    ]
}