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