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」です。
拡張機能のスクリーンショット
Webpage Default Encoding Changer拡張機能のCRXファイルをダウンロード
Webpage Default Encoding Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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:\/\/*\/*"
]
} | |