Coding websites Extension
Quickly open your coding website
Was ist Coding websites Extension?
Coding websites Extension ist eine Chrome-Erweiterung, die von Shailendra Prajapati entwickelt wurde, und ihr Hauptmerkmal ist "Quickly open your coding website".
Erweiterungsscreenshots
Coding websites Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coding websites Extension-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 frequently use platforms like geeksforgeek, codeforces, hacerrank, hackerearth, leetcode and github for practicing codes or for reading articles, every time you have to type the website name on the browser's search bar. This makes you frustrating and wastes your time too. This chrome extension have shortcuts of all your favorite coding websites, you have to only click on the respective icons and enjoy the learning. This extension saves your time from typing the website names.
Grundlegende Informationen zur Erweiterung
Name | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
Offizielle URL | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Beschreibung | Quickly open your coding website |
Dateigröße | 91.42 KB |
Installationsanzahl | 100 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-07-14 |
Veröffentlichungsdatum | 2021-07-13 |
Entwickler | Shailendra Prajapati |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coding websites Extension ", "description": "Quickly open your coding website", "version": "1.1.0", "icons": { "19": "images\/icon_19.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html" } } |