Tiny Proxy Configurator
A tiny and simple proxy configurator.
Что такое Tiny Proxy Configurator?
Tiny Proxy Configurator - это расширение Chrome, разработанное Unknown, и его основная функция - "A tiny and simple proxy configurator.".
Снимки экрана расширения
Скачать файл CRX расширения Tiny Proxy Configurator
Скачайте файлы расширений Tiny Proxy Configurator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.
Основная информация о расширении
Название | Tiny Proxy Configurator |
ID | ilgignoiaacgbcagkcmfmbgnjbemedam |
Официальный URL | https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam |
Описание | A tiny and simple proxy configurator. |
Размер файла | 31.71 KB |
Количество установок | 73 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2022-02-22 |
Дата публикации | 2019-09-30 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Unknown |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Proxy Configurator", "description": "A tiny and simple proxy configurator.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "proxy", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "options_page": "options.html" } |