Font Overwrite
Overwrites fonts of web-sites.
Font Overwrite क्या है?
Font Overwrite minostar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overwrites fonts of web-sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Overwrite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you dislike specific font, use this. (ex. Gulim, Comic Sans)
एक्सटेंशन की मूल जानकारी
नाम | Font Overwrite |
ID | efnhmidkajhnpdgfdpfnioiibmdjnkmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn |
विवरण | Overwrites fonts of web-sites. |
फ़ाइल का आकार | 47.6 KB |
स्थापना संख्या | 605 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2017-10-14 |
प्रकाशन तिथि | 2017-10-14 |
रेटिंग | 4.33/5 कुल 27 रेटिंग्स |
डेवलपर | minostar |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Overwrite", "description": "Overwrites fonts of web-sites.", "version": "0.0.2", "permissions": [ "storage" ], "options_page": "options.html", "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |