Coding websites Extension
Quickly open your coding website
Co je Coding websites Extension?
Coding websites Extension je rozšíření Chrome vyvinuté Shailendra Prajapati, a jeho hlavní funkcí je „Quickly open your coding website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Coding websites Extension
Stáhněte si soubory rozšíření Coding websites Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
Oficiální URL | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Popis | Quickly open your coding website |
Velikost souboru | 91.42 KB |
Počet instalací | 100 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2021-07-14 |
Datum Vydání | 2021-07-13 |
Vývojář | Shailendra Prajapati |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |