js Encoder
A developer tool include html escape/unescape, url, base64, NCR encoder/decoder
Что такое js Encoder?
js Encoder - это расширение Chrome, разработанное Prhythm Studio, и его основная функция - "A developer tool include html escape/unescape, url, base64, NCR encoder/decoder".
Снимки экрана расширения
Скачать файл CRX расширения js Encoder
Скачайте файлы расширений js Encoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A tool for developer. Html encoder/decoder: escape tag and whitespace. Url encoder/decoder: convertion of url. Base64 encoder/decoder: convertion of base 64. NCR encoder/decoder: convertion of numeric character reference. Unicode: convertion of unicode format
Основная информация о расширении
Название | js Encoder |
ID | mfdhnccpjimeepgdjodeocbifkbbmmae |
Официальный URL | https://chromewebstore.google.com/detail/js-encoder/mfdhnccpjimeepgdjodeocbifkbbmmae |
Описание | A developer tool include html escape/unescape, url, base64, NCR encoder/decoder |
Размер файла | 406 KB |
Количество установок | 480 |
Текущая Версия | 2.0.1 |
Последнее Обновление | 2021-03-06 |
Дата публикации | 2014-07-18 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | Prhythm Studio |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "js Encoder", "description": "A developer tool include html escape\/unescape, url, base64, NCR encoder\/decoder", "version": "2.0.1", "icons": { "16": "img\/format_code16.png", "48": "img\/format_code48.png", "128": "img\/format_code128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "img\/format_code16.png", "default_popup": "popup.html", "title": "js Encoder" }, "options_ui": { "page": "options.html?aa=1121212", "chrome_style": true } } |