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はRockoによって開発された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拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |