Coding websites Extension
Quickly open your coding website
什么是Coding websites Extension?
Coding websites Extension是由Shailendra Prajapati开发的Chrome扩展程序,该扩展的主要功能是“Quickly open your coding website”。
扩展截图
下载Coding websites Extension扩展crx文件
下载Coding websites Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
官方URL | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
简介 | Quickly open your coding website |
文件大小 | 91.42 KB |
安装次数 | 100 |
当前版本 | 1.1.0 |
更新时间 | 2021-07-14 |
上架时间 | 2021-07-13 |
开发者 | Shailendra Prajapati |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |