Oracle Docs Font Changer
Allows you to change the font on all docs.oracle.com pages.
Oracle Docs Font Changerคืออะไร?
Oracle Docs Font Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomas.lutzeyer และคุณลักษณะหลักของมันคือ "Allows you to change the font on all docs.oracle.com pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oracle Docs Font Changer
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |