Coding websites Extension
Quickly open your coding website
Cos'è Coding websites Extension?
Coding websites Extension è un'estensione di Chrome sviluppata da Shailendra Prajapati, e la sua funzione principale è "Quickly open your coding website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coding websites Extension
Scarica i file di estensione Coding websites Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
URL Ufficiale | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Descrizione | Quickly open your coding website |
Dimensione del File | 91.42 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-07-14 |
Data di Pubblicazione | 2021-07-13 |
Sviluppatore | Shailendra Prajapati |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |