QuickPy Python Interpreter
A way to write and evaluate small Python scripts
QuickPy Python Interpreterとは何ですか?
QuickPy Python InterpreterはHaley Copeによって開発されたChromeの拡張機能で、その主な機能は「A way to write and evaluate small Python scripts」です。
拡張機能のスクリーンショット
QuickPy Python Interpreter拡張機能のCRXファイルをダウンロード
QuickPy Python Interpreter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
公式URL | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
説明 | A way to write and evaluate small Python scripts |
ファイルサイズ | 184 KB |
インストール数 | 1,393 |
現在のバージョン | 1.0 |
最終更新日 | 2015-06-22 |
公開日 | 2015-06-22 |
評価 | 3.83/5 合計 12 レビュー |
開発者 | Haley Cope |
支払い方法 | free |
拡張機能のウェブサイト | http://copingwithcomputers.com |
ヘルプページのURL | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "QuickPy Python Interpreter", "version": "1.0", "description": "A way to write and evaluate small Python scripts", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |