Oracle Docs Font Changer

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

Oracle Docs Font Changer là gì?

Oracle Docs Font Changer là một tiện ích mở rộng Chrome được phát triển bởi thomas.lutzeyer, và tính năng chính của nó là "Allows you to change the font on all docs.oracle.com pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oracle Docs Font Changer

Tải xuống các tệp mở rộng Oracle Docs Font Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Oracle Docs Font Changer Oracle Docs Font Changer
ID mhaoldifgpemfhkfalodeglgfbdibppn
URL Chính Thức https://chrome.google.com/webstore/detail/oracle-docs-font-changer/mhaoldifgpemfhkfalodeglgfbdibppn
Mô tả Allows you to change the font on all docs.oracle.com pages.
Kích Thước Tệp 75.5 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-07-05
Ngày Phát Hành 2017-07-05
Nhà Phát Triển thomas.lutzeyer
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}