Find and replace
A tool that help you find and replace text.
Что такое Find and replace?
Find and replace - это расширение Chrome, разработанное zhanghengyou, и его основная функция - "A tool that help you find and replace text.".
Снимки экрана расширения
Скачать файл CRX расширения Find and replace
Скачайте файлы расширений Find and replace в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Supports: 1. Find and replace automatically after web page loading is complete. 2. Save multiple rules. 3. Run automatic, manual or realtime. 4. The search results can be used as parameters in the replace text. 5. Use regular expressions for matching. 6. Support groups. 7. Support context menu and keyboard shortcuts. 8. Open in sidebar or popup.
Основная информация о расширении
Название | Find and replace |
ID | bhmpidliobdjgkohacnkgfagkdmckcia |
Официальный URL | https://chromewebstore.google.com/detail/find-and-replace/bhmpidliobdjgkohacnkgfagkdmckcia |
Описание | A tool that help you find and replace text. |
Размер файла | 141 KB |
Количество установок | 1,342 |
Текущая Версия | 2.7 |
Последнее Обновление | 2024-02-26 |
Дата публикации | 2023-04-25 |
Рейтинг | 4.56/5 Всего 16 оценок |
Разработчик | zhanghengyou |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find and replace", "description": "A tool that help you find and replace text.", "version": "2.7", "manifest_version": 3, "permissions": [ "tabs", "activeTab", "scripting", "storage", "sidePanel", "contextMenus" ], "icons": { "16": "find_and_replace.png", "32": "find_and_replace.png", "48": "find_and_replace.png" }, "action": { "default_icon": "find_and_replace.png" }, "side_panel": { "default_path": "index.html" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |