PyTipsTab
A tool for Python Developers which shows Python tips after opening browser tab each time
Co to jest PyTipsTab?
PyTipsTab to rozszerzenie Chrome opracowane przez Sawrav Chowdhury, a jego główną funkcją jest „A tool for Python Developers which shows Python tips after opening browser tab each time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PyTipsTab
Pobierz pliki rozszerzeń PyTipsTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ljdjaolmpenbokloahfaaifcpbgeojgi |
| Oficjalny URL | https://chrome.google.com/webstore/detail/pytipstab/ljdjaolmpenbokloahfaaifcpbgeojgi |
| Opis | A tool for Python Developers which shows Python tips after opening browser tab each time |
| Rozmiar pliku | 62.88 KB |
| Liczba instalacji | 63 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2020-09-14 |
| Data Publikacji | 2020-06-03 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Sawrav Chowdhury |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
} | |