Georgian Font Fixer
Fixes Georgian Uppercase problem in Chrome 69
Georgian Font Fixer क्या है?
Georgian Font Fixer mrsamkhar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes Georgian Uppercase problem in Chrome 69"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Georgian Font Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
fix uppercase problem for georgian fonts
एक्सटेंशन की मूल जानकारी
नाम | Georgian Font Fixer |
ID | nkeeiljggfojnklpckjjlfadojdjocgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/georgian-font-fixer/nkeeiljggfojnklpckjjlfadojdjocgb |
विवरण | Fixes Georgian Uppercase problem in Chrome 69 |
फ़ाइल का आकार | 55.31 KB |
स्थापना संख्या | 237 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2022-06-10 |
प्रकाशन तिथि | 2018-09-10 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | mrsamkhar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.freeprivacypolicy.com/privacy/view/758cab9e0500f1b8798865acd8e9d83c |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Font Fixer", "short_name": "GFF", "version": "0.2", "description": "Fixes Georgian Uppercase problem in Chrome 69", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "fix.css" ] } ], "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "sylfaen.ttf" ] } |