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是由mouse-man開發的Chrome擴展程式,該擴展的主要功能是“A browser terminal designed for programmers, you can use the command line to control the browser, it is small, and very beautiful.”。
擴展截圖
下載WebTerminal擴展crx文件
下載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 |
官方網址 | 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": [ " |