DevDocs
Quickly find DevDocs without wasting a tab
ما هو DevDocs؟
DevDocs هو إضافة Chrome تم تطويرها بواسطة MightySCollins، والميزة الرئيسية لها هي "Quickly find DevDocs without wasting a tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DevDocs
قم بتنزيل ملفات الامتداد DevDocs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.
معلومات أساسية عن التمديد
الاسم | DevDocs |
ID | kfollpcdnbaimpmjhkoghaegiendpidj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
الوصف | Quickly find DevDocs without wasting a tab |
حجم الملف | 25.52 KB |
عدد التثبيتات | 2,645 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2016-01-13 |
تاريخ النشر | 2016-01-13 |
تقييم | 4.64/5 مجموع تقييمات 14 |
المطور | MightySCollins |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevDocs", "short_name": "DevDocs", "author": "Sam Collins", "description": "Quickly find DevDocs without wasting a tab", "version": "0.0.3", "manifest_version": 2, "offline_enabled": true, "browser_action": { "default_icon": "icon32.png", "default_title": "DevDocs" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" } } |