PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
PyTipsTabとは何ですか?
PyTipsTabはSawrav Chowdhuryによって開発されたChromeの拡張機能で、その主な機能は「A tool for Python Developers which shows Python tips after opening browser tab each time」です。
拡張機能のスクリーンショット
PyTipsTab拡張機能のCRXファイルをダウンロード
PyTipsTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Py TipsTab is a Chrome tool for python coders which shows python tips and tricks after opening a new chrome tab each time.This tool helps python developers to remind some python easy tips.Hope that this tool keeps the python community strong. Happy coding. If you have any suggestions, please leave a feedback message.If you liked it and wish to see more such awesome tools like that then please do leave a nice review. Thanks
拡張機能の基本情報
名前 | |
ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
公式URL | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
説明 | A tool for Python Developers which shows Python tips after opening browser tab each time |
ファイルサイズ | 62.88 KB |
インストール数 | 63 |
現在のバージョン | 1.0 |
最終更新日 | 2020-09-14 |
公開日 | 2020-06-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Sawrav Chowdhury |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PyTipsTab", "manifest_version": 2, "description": "A tool for Python Developers which shows Python tips after opening browser tab each time", "permissions": [ "activeTab" ], "version": "1.0", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons.png", "48": "icons.png", "128": "icons.png" }, "browser_action": { "browser_style": true } } |