PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
Cos'è PyTipsTab?
PyTipsTab è un'estensione di Chrome sviluppata da Sawrav Chowdhury, e la sua funzione principale è "A tool for Python Developers which shows Python tips after opening browser tab each time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PyTipsTab
Scarica i file di estensione PyTipsTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
URL Ufficiale | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
Descrizione | A tool for Python Developers which shows Python tips after opening browser tab each time |
Dimensione del File | 62.88 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-14 |
Data di Pubblicazione | 2020-06-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Sawrav Chowdhury |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |