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 |
官方網址 | 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" } } |