Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
Python Assistとは何ですか?
Python AssistはClapper Tech LLCによって開発されたChromeの拡張機能で、その主な機能は「Quickly access a Python compiler and Python documentation without leaving your tab」です。
拡張機能のスクリーンショット
Python Assist拡張機能のCRXファイルをダウンロード
Python Assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Python Assist Chrome extension is a handy tool designed to simplify your Python programming experience. Whether you're a seasoned developer or just starting with Python, this extension provides instant access to a Python complier and Python documentation right from your browser.
拡張機能の基本情報
名前 | Python Assist |
ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
公式URL | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
説明 | Quickly access a Python compiler and Python documentation without leaving your tab |
ファイルサイズ | 27.67 KB |
インストール数 | 65 |
現在のバージョン | 1.1 |
最終更新日 | 2023-11-17 |
公開日 | 2023-09-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Clapper Tech LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Python Assist", "version": "1.1", "description": "Quickly access a Python compiler and Python documentation without leaving your tab", "action": { "default_popup": "popup.html" }, "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png", "16": "\/icons\/icon16.png" } } |