Force English Content

Forces localised web pages with poor or outdated translations to redirect to the original English content.

Force English Contentとは何ですか?

Force English Contentはmdesantisによって開発されたChromeの拡張機能で、その主な機能は「Forces localised web pages with poor or outdated translations to redirect to the original English content.」です。

拡張機能のスクリーンショット

Force English Content拡張機能のCRXファイルをダウンロード

Force English Content拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Force English Content Force English Content
ID kglfhodlninopcgjohfeephcddibbome
公式URL https://chromewebstore.google.com/detail/force-english-content/kglfhodlninopcgjohfeephcddibbome
説明 Forces localised web pages with poor or outdated translations to redirect to the original English content.
ファイルサイズ 54.18 KB
インストール数 80
現在のバージョン 4.0.1
最終更新日 2024-03-01
公開日 2022-01-11
評価 5.00/5 合計 2 レビュー
開発者 mdesantis
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mdesantis/force-english-content
対応言語 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"
    }
}