WebTerminal
A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.
Что такое WebTerminal?
WebTerminal - это расширение Chrome, разработанное mouse-man, и его основная функция - "A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.".
Снимки экрана расширения
Скачать файл CRX расширения WebTerminal
Скачайте файлы расширений WebTerminal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This terminal can help you to do some automated tasks on the page, such as regularly log in to a website, and then do some automated operations, of course, you can also quickly use the search engine, json engine, translation engine, curl, etc., everything is just the beginning, We hope to bring more surprises to you.
Основная информация о расширении
Название | WebTerminal |
ID | djnneaagmekpmmbmeicecdkgcnkcnhle |
Официальный URL | https://chromewebstore.google.com/detail/webterminal/djnneaagmekpmmbmeicecdkgcnkcnhle |
Описание | A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful. |
Размер файла | 132 KB |
Количество установок | 3,506 |
Текущая Версия | 2.0.2 |
Последнее Обновление | 2023-04-11 |
Дата публикации | 2020-07-04 |
Рейтинг | 4.86/5 Всего 7 оценок |
Разработчик | mouse-man |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/web-terminal/web-terminal |
URL страницы помощи | https://github.com/web-terminal/web-terminal/tree/master |
Поддерживаемые языки | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.2", "manifest_version": 3, "description": "__MSG_description__", "minimum_chrome_version": "88", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": { "name": "web-terminal", "birth": 2020 }, "action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Web Terminal", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "css\/cmd.css", "_favicon\/*" ], "matches": [ " |