Oracle Docs Font Changer

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

Τι είναι το Oracle Docs Font Changer;

Το Oracle Docs Font Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thomas.lutzeyer, και η κύρια λειτουργία του είναι "Allows you to change the font on all docs.oracle.com pages.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Oracle Docs Font Changer

Λήψη αρχείων επέκτασης Oracle Docs Font Changer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Oracle Docs Font Changer Oracle Docs Font Changer
ID mhaoldifgpemfhkfalodeglgfbdibppn
Επίσημο URL https://chrome.google.com/webstore/detail/oracle-docs-font-changer/mhaoldifgpemfhkfalodeglgfbdibppn
Περιγραφή Allows you to change the font on all docs.oracle.com pages.
Μέγεθος Αρχείου 75.5 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2017-07-05
Ημερομηνία Δημοσίευσης 2017-07-05
Προγραμματιστής thomas.lutzeyer
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}