PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
¿Qué es PyTipsTab?
PyTipsTab es una extensión de Chrome desarrollada por Sawrav Chowdhury, y su función principal es "A tool for Python Developers which shows Python tips after opening browser tab each time".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PyTipsTab
Descarga archivos de extensión PyTipsTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
URL Oficial | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
Descripción | A tool for Python Developers which shows Python tips after opening browser tab each time |
Tamaño del Archivo | 62.88 KB |
Cantidad de Instalaciones | 63 |
Versión Actual | 1.0 |
Última Actualización | 2020-09-14 |
Fecha de Publicación | 2020-06-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Sawrav Chowdhury |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } } |