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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |