PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
Qu'est-ce que PyTipsTab ?
PyTipsTab est une extension Chrome développée par Sawrav Chowdhury, et sa fonction principale est "A tool for Python Developers which shows Python tips after opening browser tab each time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PyTipsTab
Téléchargez les fichiers d'extension PyTipsTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
URL Officiel | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
Description | A tool for Python Developers which shows Python tips after opening browser tab each time |
Taille du Fichier | 62.88 KB |
Nombre d'Installations | 63 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-09-14 |
Date de Publication | 2020-06-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sawrav Chowdhury |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |