Force English Content
Forces localised web pages with poor or outdated translations to redirect to the original English content.
Co je Force English Content?
Force English Content je rozšíření Chrome vyvinuté mdesantis, a jeho hlavní funkcí je „Forces localised web pages with poor or outdated translations to redirect to the original English content.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Force English Content
Stáhněte si soubory rozšíření Force English Content ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension intercepts requests to docs.microsoft.com, developer.mozilla.org, reactjs.org, developers.facebook.com, checks if the requested URL responds with English content and, if it doesn't, redirects to the corresponding URL containing English content. The use case is for users using a non-English localised browser but having good written English skills to skip changing website content to English every time they access to websites where non-English content quality is lower compared to English one.
Základní Informace o Rozšíření
Název | Force English Content |
ID | kglfhodlninopcgjohfeephcddibbome |
Oficiální URL | https://chromewebstore.google.com/detail/force-english-content/kglfhodlninopcgjohfeephcddibbome |
Popis | Forces localised web pages with poor or outdated translations to redirect to the original English content. |
Velikost souboru | 54.18 KB |
Počet instalací | 80 |
Aktuální Verze | 4.0.1 |
Poslední Aktualizace | 2024-03-01 |
Datum Vydání | 2022-01-11 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | mdesantis |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/mdesantis/force-english-content |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Force English Content", "version": "4.0.1", "description": "Forces localised web pages with poor or outdated translations to redirect to the original English content.", "homepage_url": "https:\/\/github.com\/mdesantis\/force-english-content", "author": "Maurizio De Santis", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "96": "icon96.png", "128": "icon128.png" }, "permissions": [ "webRequest", "tabs" ], "host_permissions": [ "*:\/\/docs.microsoft.com\/*", "*:\/\/learn.microsoft.com\/*", "*:\/\/developer.mozilla.org\/*", "*:\/\/*.reactjs.org\/*", "*:\/\/developers.facebook.com\/*", "*:\/\/www.php.net\/*", "*:\/\/docs.python.org\/*" ], "background": { "service_worker": "background.js" } } |