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 |
官方網址 | 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 |
電子郵箱 | [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 } |