Programming Tips
Shows programming tips when you open a new tab
Was ist Programming Tips?
Programming Tips ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Shows programming tips when you open a new tab".
Erweiterungsscreenshots
Programming Tips-Erweiterungs-CRX-Datei herunterladen
Laden Sie Programming Tips-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
If you are learning to code or want to keep your programming skills sharp, this extension is for you. See a new programming tip every time you open a new tab. Choose the programming languages/tools (JavaScript, Python, Java, Go, C++, HTML, CSS, etc.) for which you want to see the tips. Feel free to submit your programming tips/tricks/insights that you want to share with the programming community. You can submit a code snippet you regularly use, a tip or trick not commonly known, or any suggestions for fellow learners from your side.
Grundlegende Informationen zur Erweiterung
Name | Programming Tips |
ID | ooaiehbfngcjjeaiedpffeajkeleikpl |
Offizielle URL | https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl |
Beschreibung | Shows programming tips when you open a new tab |
Dateigröße | 402 KB |
Installationsanzahl | 978 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2018-06-20 |
Veröffentlichungsdatum | 2018-06-20 |
Bewertung | 4.75/5 Insgesamt 8 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://hackr.io |
Hilfeseite URL | https://hackr.io/feedback |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Programming Tips", "manifest_version": 2, "description": "Shows programming tips when you open a new tab", "version": "1.1.0", "permissions": [ "storage", "https:\/\/hackr.io\/" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "code-logo.png" }, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'" } |