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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}