Force Custom Fonts
Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested.
Force Custom Fonts क्या है?
Force Custom Fonts Jak Wings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Force Custom Fonts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension has a limit: You can not chain two substitution rules, .e.g: Font-A --> Font-B Font-B --> Font-C does not conclude Font-A --> Font-C If I have time I'll make a similar extension about fonts. Thanks for your support. Change Logs: v2.4.0 fix translations and add a local switch for who wants to disable this extension (on macbook pro?) v2.3.1 remove redundant files v2.3.0 now reset will auto-remove the effect added to the webpages v2.2.1 small improvement about the CSS about element and font-face v2.2.0 the problem about no replacement happening was fixed
एक्सटेंशन की मूल जानकारी
नाम | Force Custom Fonts |
ID | hckjchjpkmbihoocajjpjajkggbccgee |
आधिकारिक URL | https://chromewebstore.google.com/detail/force-custom-fonts/hckjchjpkmbihoocajjpjajkggbccgee |
विवरण | Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested. |
फ़ाइल का आकार | 14.42 KB |
स्थापना संख्या | 35,446 |
वर्तमान संस्करण | 2.4.0 |
अंतिम अपडेट | 2016-11-17 |
प्रकाशन तिथि | 2016-11-17 |
रेटिंग | 4.64/5 कुल 324 रेटिंग्स |
डेवलपर | Jak Wings |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "22", "version": "2.4.0", "default_locale": "en", "name": "__MSG_EXT_NAME__", "description": "__MSG_EXT_DESCRIPTION__", "icons": { "48": "icon.png" }, "options_page": "options\/options.html", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/fn.js", "js\/style.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage", "unlimitedStorage", "fontSettings" ] } |