Georgian Uppercase Font Fixer
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
What is Georgian Uppercase Font Fixer?
Georgian Uppercase Font Fixer is a Chrome extension developed by Rocko, and its main feature is "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".
Extension Screenshots
Download Georgian Uppercase Font Fixer Extension CRX File
Download Georgian Uppercase Font Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Extension Basic Information
Name | Georgian Uppercase Font Fixer |
ID | fhfhbaenepdbicalofoldmpjmocggbao |
Official URL | https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao |
Description | Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. |
File Size | 15.55 KB |
Installation Count | 271 |
Current Version | 0.1.1 |
Last Updated | 2018-09-05 |
Publish Date | 2018-09-05 |
Rating | 3.57/5 Total 7 Ratings |
Developer | Rocko |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Uppercase Font Fixer", "version": "0.1.1", "description": "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "256": "icon256.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "24": "icon24.png", "16": "icon16.png" } } |