Canadianize the Internet

Replaces text in web-pages with Canadian spellings and phrases.

Canadianize the Internet란 무엇입니까?

Canadianize the Internet은(는) William Wolfe-Wylie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces text in web-pages with Canadian spellings and phrases."입니다.

확장 프로그램 스크린샷

screenshot

Canadianize the Internet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's honour and kilometre. We are travellers, not travelers and we sit on chesterfields, not couches. This browser extension will bring all the Canadian language back into your overly-Americanized Internet experience. Courtesy the fine folks at Canada.com.                    

확장 프로그램 기본 정보

이름 Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
공식 URL https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
설명 Replaces text in web-pages with Canadian spellings and phrases.
파일 크기 33.23 KB
설치 횟수 36
현재 버전 1.4
최근 업데이트 2014-01-24
출시 날짜 2014-01-24
평점 4.33/5 총 3 개의 평점
개발자 William Wolfe-Wylie
결제 유형 free
확장 프로그램 웹 사이트 http://o.canada.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canadianize the Internet",
    "short_name": "Canadianize the Internet",
    "version": "1.4",
    "icons": {
        "128": "Logo.png"
    },
    "description": "Replaces text in web-pages with Canadian spellings and phrases.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Scripting.js"
            ],
            "run_at": "document_end"
        }
    ]
}