101weiqiLocalizer
Localize 101weiqi.com pages to English
101weiqiLocalizerとは何ですか?
101weiqiLocalizerはMarcel Grünauerによって開発されたChromeの拡張機能で、その主な機能は「Localize 101weiqi.com pages to English」です。
拡張機能のスクリーンショット
101weiqiLocalizer拡張機能のCRXファイルをダウンロード
101weiqiLocalizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
101weiqi.com is a Chinese-language web site where you can solve problems for the Go board game. Unfortunately there is no English-language localization of that website. This extension aims to make it easier for those of us who don't read Chinese to use that site. The extension adds a script to 101weiqi.com's web pages which translates strings to English. It does not alter the functionality of 101weiqi.com in any way.
拡張機能の基本情報
名前 | 101weiqiLocalizer |
ID | emhhlhigmokehndjjmgnailciakdmoba |
公式URL | https://chromewebstore.google.com/detail/101weiqilocalizer/emhhlhigmokehndjjmgnailciakdmoba |
説明 | Localize 101weiqi.com pages to English |
ファイルサイズ | 48.75 KB |
インストール数 | 784 |
現在のバージョン | 0.1.5 |
最終更新日 | 2024-02-09 |
公開日 | 2021-08-23 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Marcel Grünauer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://gogamespace.com/ |
プライバシーポリシーページのURL | http://gogamespace.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "101weiqiLocalizer", "description": "Localize 101weiqi.com pages to English", "version": "0.1.5", "author": "Marcel Gruenauer", "content_scripts": [ { "matches": [ "*:\/\/*.101weiqi.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "start.js" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.101weiqi.com\/*" ] } ], "icons": { "128": "icon-stone-128.png" }, "manifest_version": 3 } |