101weiqiLocalizer
Localize 101weiqi.com pages to English
Cos'è 101weiqiLocalizer?
101weiqiLocalizer è un'estensione di Chrome sviluppata da Marcel Grünauer, e la sua funzione principale è "Localize 101weiqi.com pages to English".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 101weiqiLocalizer
Scarica i file di estensione 101weiqiLocalizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 101weiqiLocalizer |
ID | emhhlhigmokehndjjmgnailciakdmoba |
URL Ufficiale | https://chromewebstore.google.com/detail/101weiqilocalizer/emhhlhigmokehndjjmgnailciakdmoba |
Descrizione | Localize 101weiqi.com pages to English |
Dimensione del File | 48.75 KB |
Conteggio Installazioni | 784 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2024-02-09 |
Data di Pubblicazione | 2021-08-23 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Marcel Grünauer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://gogamespace.com/ |
URL della Pagina della Politica sulla Privacy | http://gogamespace.com/privacy-policy |
Lingue Supportate | 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 } |