WebTerminal
A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.
WebTerminal là gì?
WebTerminal là một tiện ích mở rộng Chrome được phát triển bởi mouse-man, và tính năng chính của nó là "A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WebTerminal
Tải xuống các tệp mở rộng WebTerminal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebTerminal |
ID | djnneaagmekpmmbmeicecdkgcnkcnhle |
URL Chính Thức | https://chromewebstore.google.com/detail/webterminal/djnneaagmekpmmbmeicecdkgcnkcnhle |
Mô tả | A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful. |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 3,506 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2023-04-11 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | mouse-man |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/web-terminal/web-terminal |
URL Trang Trợ Giúp | https://github.com/web-terminal/web-terminal/tree/master |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |