Coding websites Extension
Quickly open your coding website
Coding websites Extensionคืออะไร?
Coding websites Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shailendra Prajapati และคุณลักษณะหลักของมันคือ "Quickly open your coding website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coding websites Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |