Coding websites Extension
Quickly open your coding website
Coding websites Extension là gì?
Coding websites Extension là một tiện ích mở rộng Chrome được phát triển bởi Shailendra Prajapati, và tính năng chính của nó là "Quickly open your coding website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coding websites Extension
Tải xuống các tệp mở rộng Coding websites Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
URL Chính Thức | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
Mô tả | Quickly open your coding website |
Kích Thước Tệp | 91.42 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-07-14 |
Ngày Phát Hành | 2021-07-13 |
Nhà Phát Triển | Shailendra Prajapati |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |