Georgian Uppercase Font Fixer
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Τι είναι το Georgian Uppercase Font Fixer;
Το Georgian Uppercase Font Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rocko, και η κύρια λειτουργία του είναι "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Georgian Uppercase Font Fixer
Λήψη αρχείων επέκτασης Georgian Uppercase Font Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Georgian Uppercase Font Fixer |
ID | fhfhbaenepdbicalofoldmpjmocggbao |
Επίσημο URL | https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao |
Περιγραφή | Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. |
Μέγεθος Αρχείου | 15.55 KB |
Αριθμός Εγκαταστάσεων | 271 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2018-09-05 |
Ημερομηνία Δημοσίευσης | 2018-09-05 |
Αξιολόγηση | 3.57/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Rocko |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |