WebTerminal
A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.
Was ist WebTerminal?
WebTerminal ist eine Chrome-Erweiterung, die von mouse-man entwickelt wurde, und ihr Hauptmerkmal ist "A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.".
Erweiterungsscreenshots
WebTerminal-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebTerminal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WebTerminal |
ID | ffbkecdpjcbnddfmkccojhedijhkealk |
Offizielle URL | https://chromewebstore.google.com/detail/webterminal/ffbkecdpjcbnddfmkccojhedijhkealk |
Beschreibung | A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful. |
Dateigröße | 140 KB |
Installationsanzahl | 655 |
Aktuelle Version | 1.4.6 |
Letztes Update | 2021-04-25 |
Veröffentlichungsdatum | 2021-04-25 |
Entwickler | mouse-man |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/web-terminal/web-terminal |
Hilfeseite URL | https://github.com/web-terminal/web-terminal/tree/master |
Unterstützte Sprachen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.6", "manifest_version": 2, "description": "__MSG_description__", "minimum_chrome_version": "21", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": { "name": "web-terminal", "birth": 2020 }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Web Terminal", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/libs\/jquery-3.2.1.min.js", "js\/libs\/base.min.js", "js\/libs\/cron.min.js", "js\/browser_api.js", "js\/background.js" ] }, "web_accessible_resources": [ "css\/cmd.css" ], "content_scripts": [ { "matches": [ " |