Code Stats Extension
Browser Extension that push code experience XP from (almost) all web platforms to Code Stats.
Wat is Code Stats Extension?
Code Stats Extension is een Chrome-extensie ontwikkeld door https://www.bit01.de, en de belangrijkste functie is "Browser Extension that push code experience XP from (almost) all web platforms to Code Stats.".
Extensie Screenshots
Download het CRX-bestand van de extensie Code Stats Extension
Download Code Stats Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sends programmed code experience (XP) from almost all major web editors and IDE to CodeStats.net. In CodeStats you can collect programming experience. The programming language is detected completely automatically. Currently the following editors are supported: - CodeMirror (for e.g. Jupyter Notebook) - Monaco Editor - Ace Editor If you have any questions or requests, you can write an e-mail.
Basisinformatie over de Extensie
Naam | Code Stats Extension |
ID | ljecglgmlhpjalfccaojplcidlmaochd |
Officiële URL | https://chromewebstore.google.com/detail/code-stats-extension/ljecglgmlhpjalfccaojplcidlmaochd |
Beschrijving | Browser Extension that push code experience XP from (almost) all web platforms to Code Stats. |
Bestandsgrootte | 78.15 KB |
Aantal Installaties | 393 |
Huidige Versie | 0.3.4 |
Laatst Bijgewerkt | 2023-01-06 |
Publicatiedatum | 2020-04-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.bit01.de |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gitlab.com/code-stats/code-stats-browser/-/blob/master/README.md |
Help Pagina-URL | https://www.bit01.de/kontakt/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Stats Extension", "version": "0.3.4", "manifest_version": 2, "description": "Browser Extension that push code experience XP from (almost) all web platforms to Code Stats.", "icons": { "128": "128x128.png", "48": ".\/assets\/icons\/48x48.png", "32": ".\/assets\/icons\/32x32.png", "16": ".\/assets\/icons\/16x16.png" }, "background": { "scripts": [ ".\/js\/background.js" ] }, "browser_action": { "default_icon": ".\/assets\/icons\/128x128.png", "default_popup": ".\/js\/popup\/popup.html", "default_title": "Code::Stats" }, "content_scripts": [ { "matches": [ " |