Oracle Docs Font Changer

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

什么是Oracle Docs Font Changer?

Oracle Docs Font Changer是由thomas.lutzeyer开发的Chrome扩展程序,该扩展的主要功能是“Allows you to change the font on all docs.oracle.com pages.”。

扩展截图

screenshot
screenshot

下载Oracle Docs Font Changer扩展crx文件

下载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"
    ]
}