WebTerminal
A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.
O que é WebTerminal?
WebTerminal é uma extensão do Chrome desenvolvida por mouse-man, e sua principal característica é "A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebTerminal
Baixe arquivos de extensão WebTerminal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WebTerminal |
ID | djnneaagmekpmmbmeicecdkgcnkcnhle |
URL Oficial | https://chromewebstore.google.com/detail/webterminal/djnneaagmekpmmbmeicecdkgcnkcnhle |
Descrição | A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful. |
Tamanho do Arquivo | 132 KB |
Contagem de Instalações | 3,506 |
Versão Atual | 2.0.2 |
Última Atualização | 2023-04-11 |
Data de Publicação | 2020-07-04 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | mouse-man |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/web-terminal/web-terminal |
URL da Página de Ajuda | https://github.com/web-terminal/web-terminal/tree/master |
Idiomas Suportados | 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": [ " |