Word Replacer
Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
Что такое Word Replacer?
Word Replacer - это расширение Chrome, разработанное modulusdevs, и его основная функция - "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…".
Снимки экрана расширения
Скачать файл CRX расширения Word Replacer
Скачайте файлы расширений Word Replacer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.
Основная информация о расширении
Название | Word Replacer |
ID | hfpjfkbenhdblefkfdlccgkagcfmkadk |
Официальный URL | https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk |
Описание | Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the… |
Размер файла | 9.34 KB |
Количество установок | 1,140 |
Текущая Версия | 0.3 |
Последнее Обновление | 2020-06-12 |
Дата публикации | 2020-06-12 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | modulusdevs |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/milnorms/word-replacer-chrome |
URL страницы помощи | https://github.com/milnorms/word-replacer-chrome |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Replacer", "version": "0.3", "permissions": [ "activeTab" ], "background": { "scripts": [ "content.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word Replacer" } } |