Coding websites Extension
Quickly open your coding website
What is Coding websites Extension?
Coding websites Extension is a Chrome extension developed by Shailendra Prajapati, and its main feature is "Quickly open your coding website".
Extension Screenshots
Download Coding websites Extension Extension CRX File
Download Coding websites Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
Official URL | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Description | Quickly open your coding website |
File Size | 91.42 KB |
Installation Count | 100 |
Current Version | 1.1.0 |
Last Updated | 2021-07-14 |
Publish Date | 2021-07-13 |
Developer | Shailendra Prajapati |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |