Gato URL Encoder / Decoder
Gato URL Encoder / Decoder encodes to and decodes from url encoded format.
Что такое Gato URL Encoder / Decoder?
Gato URL Encoder / Decoder - это расширение Chrome, разработанное gatoapps, и его основная функция - "Gato URL Encoder / Decoder encodes to and decodes from url encoded format.".
Снимки экрана расширения
Скачать файл CRX расширения Gato URL Encoder / Decoder
Скачайте файлы расширений Gato URL Encoder / Decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gato URL Encoder / Decoder encodes to and decodes from url encoded format.
Основная информация о расширении
Название | Gato URL Encoder / Decoder |
ID | ickbkdcodlofikmijhddajkepopjlfag |
Официальный URL | https://chromewebstore.google.com/detail/gato-url-encoder-decoder/ickbkdcodlofikmijhddajkepopjlfag |
Описание | Gato URL Encoder / Decoder encodes to and decodes from url encoded format. |
Размер файла | 14.06 KB |
Количество установок | 192 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2014-01-30 |
Дата публикации | 2014-01-29 |
Разработчик | gatoapps |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gato URL Encoder \/ Decoder", "manifest_version": 2, "version": "1.0.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "description": "Gato URL Encoder \/ Decoder encodes to and decodes from url encoded format.", "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" } } |