Coding websites Extension
Quickly open your coding website
Vad är Coding websites Extension?
Coding websites Extension är en Chrome-tillägg utvecklad av Shailendra Prajapati, och dess huvudfunktion är "Quickly open your coding website".
Tilläggsskärmbilder
Ladda ner Coding websites Extension-förlängningens CRX-fil
Ladda ner Coding websites Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
Officiell webbadress | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Beskrivning | Quickly open your coding website |
Filstorlek | 91.42 KB |
Antal Installationer | 100 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2021-07-14 |
Publiceringsdatum | 2021-07-13 |
Utvecklare | Shailendra Prajapati |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |