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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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