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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to change the font on all docs.oracle.com pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Oracle Docs Font Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |