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 |
公式URL | 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 |
Eメール | [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": [ " |