Dev Links
All links a developer would need.
ما هو Dev Links؟
Dev Links هو إضافة Chrome تم تطويرها بواسطة R0land013، والميزة الرئيسية لها هي "All links a developer would need.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dev Links
قم بتنزيل ملفات الامتداد Dev Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Browse useful links for developers and designers, improve your productivity and stay focused. معلومات أساسية عن التمديد
| الاسم | |
| ID | eogoekcejgaaaodjgbhnlpmccdmboapb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dev-links/eogoekcejgaaaodjgbhnlpmccdmboapb |
| الوصف | All links a developer would need. |
| حجم الملف | 373 KB |
| عدد التثبيتات | 825 |
| النسخة الحالية | 0.2.1 |
| آخر تحديث | 2023-08-30 |
| تاريخ النشر | 2023-08-10 |
| تقييم | 3.00/5 مجموع تقييمات 4 |
| المطور | R0land013 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/R0land013/dev-links |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "0.2.1",
"author": "https:\/\/github.com\/R0land013",
"name": "Dev Links",
"description": "All links a developer would need.",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |