Georgian Uppercase Font Fixer
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Vad är Georgian Uppercase Font Fixer?
Georgian Uppercase Font Fixer är en Chrome-tillägg utvecklad av Rocko, och dess huvudfunktion är "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".
Tilläggsskärmbilder
Ladda ner Georgian Uppercase Font Fixer-förlängningens CRX-fil
Ladda ner Georgian Uppercase Font Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. Grundläggande Information om Tillägg
| Namn | |
| ID | fhfhbaenepdbicalofoldmpjmocggbao |
| Officiell webbadress | https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao |
| Beskrivning | Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. |
| Filstorlek | 15.55 KB |
| Antal Installationer | 271 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2018-09-05 |
| Publiceringsdatum | 2018-09-05 |
| Betyg | 3.57/5 Totalt 7 Betyg |
| Utvecklare | Rocko |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |