Webpage Default Encoding Changer

This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature

Webpage Default Encoding Changer란 무엇입니까?

Webpage Default Encoding Changer은(는) drnorthcott에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature"입니다.

확장 프로그램 스크린샷

screenshot

Webpage Default Encoding Changer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature.

Optionally specify which webpage you'd like to apply the default encoding.

If you need an additional encoding that's not included, send a note in the comments. Specify the exact one you need according to the IANA character set naming (http://www.iana.org/assignments/character-sets/character-sets.xhtml) and we can add it for you.                    

확장 프로그램 기본 정보

이름 Webpage Default Encoding Changer Webpage Default Encoding Changer
ID nfboihiomjblefgplaehpfcejbnbdpog
공식 URL https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog
설명 This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
파일 크기 9.84 KB
설치 횟수 1,104
현재 버전 0.0.1
최근 업데이트 2017-01-10
출시 날짜 2017-01-09
평점 3.44/5 총 9 개의 평점
개발자 drnorthcott
결제 유형 free
도움말 페이지 URL https://github.com/drnorthcott/chrome-default-encoding
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webpage Default Encoding Changer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature",
    "homepage_url": "https:\/\/github.com\/drnorthcott\/chrome-default-encoding",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}