Oracle Docs Font Changer
Allows you to change the font on all docs.oracle.com pages.
Qu'est-ce que Oracle Docs Font Changer ?
Oracle Docs Font Changer est une extension Chrome développée par thomas.lutzeyer, et sa fonction principale est "Allows you to change the font on all docs.oracle.com pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oracle Docs Font Changer
Téléchargez les fichiers d'extension Oracle Docs Font Changer 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
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.
Informations de Base sur l'Extension
Nom | |
ID | mhaoldifgpemfhkfalodeglgfbdibppn |
URL Officiel | https://chrome.google.com/webstore/detail/oracle-docs-font-changer/mhaoldifgpemfhkfalodeglgfbdibppn |
Description | Allows you to change the font on all docs.oracle.com pages. |
Taille du Fichier | 75.5 KB |
Nombre d'Installations | 67 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-07-05 |
Date de Publication | 2017-07-05 |
Développeur | thomas.lutzeyer |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |