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 - это расширение Chrome, разработанное drnorthcott, и его основная функция - "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".
Снимки экрана расширения
Скачать файл CRX расширения Webpage Default Encoding Changer
Скачайте файлы расширений 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:\/\/*\/*"
]
} | |