Replace URL
Replace URL in the address bar.
Что такое Replace URL?
Replace URL - это расширение Chrome, разработанное decoy123, и его основная функция - "Replace URL in the address bar.".
Снимки экрана расширения
Скачать файл CRX расширения Replace URL
Скачайте файлы расширений Replace URL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace URL replace the specified words with new words in the address bar. 1. Please specify old words(or regular expressions) and new words on option page. 2. Click this extension's icon. And automatically move to the new URL.
Основная информация о расширении
Название | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
Официальный URL | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
Описание | Replace URL in the address bar. |
Размер файла | 171 KB |
Количество установок | 2,497 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2022-09-24 |
Дата публикации | 2017-04-05 |
Рейтинг | 3.29/5 Всего 17 оценок |
Разработчик | decoy123 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/decoy123/replace_url |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replace URL", "version": "1.0.2", "description": "Replace URL in the address bar.", "icons": [], "permissions": [ "tabs", "storage" ], "action": { "default_icon": [], "default_title": "Replace URL" }, "options_ui": { "page": ".\/src\/self\/html\/options.html" }, "background": { "service_worker": ".\/src\/gen\/index.bundle.js" } } |