PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
Vad är PyTipsTab?
PyTipsTab är en Chrome-tillägg utvecklad av Sawrav Chowdhury, och dess huvudfunktion är "A tool for Python Developers which shows Python tips after opening browser tab each time".
Tilläggsskärmbilder
Ladda ner PyTipsTab-förlängningens CRX-fil
Ladda ner PyTipsTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
Officiell webbadress | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
Beskrivning | A tool for Python Developers which shows Python tips after opening browser tab each time |
Filstorlek | 62.88 KB |
Antal Installationer | 63 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-09-14 |
Publiceringsdatum | 2020-06-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Sawrav Chowdhury |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |