WebTerminal
A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.
Qu'est-ce que WebTerminal ?
WebTerminal est une extension Chrome développée par mouse-man, et sa fonction principale est "A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebTerminal
Téléchargez les fichiers d'extension WebTerminal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WebTerminal |
ID | djnneaagmekpmmbmeicecdkgcnkcnhle |
URL Officiel | https://chromewebstore.google.com/detail/webterminal/djnneaagmekpmmbmeicecdkgcnkcnhle |
Description | A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful. |
Taille du Fichier | 132 KB |
Nombre d'Installations | 3,506 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2023-04-11 |
Date de Publication | 2020-07-04 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | mouse-man |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/web-terminal/web-terminal |
URL de la Page d'Aide | https://github.com/web-terminal/web-terminal/tree/master |
Langues Prises en Charge | 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": [ " |