Laravel Docs
Easy access to laravel's documentation
ما هو Laravel Docs؟
Laravel Docs هو إضافة Chrome تم تطويرها بواسطة Sublime Creative، والميزة الرئيسية لها هي "Easy access to laravel's documentation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Laravel Docs
قم بتنزيل ملفات الامتداد Laravel Docs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
New to laravel ? Being relatively new to Laravel, I created this extension to help me get to docs faster. This extension helps you skip Google and directly dive into laravel's docs. It saved a lot of my time, now for you. Official Docs at http://laravel.com/docs
معلومات أساسية عن التمديد
الاسم | Laravel Docs |
ID | dpdkggcaadgahopbpebdlkcpkddjndee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/laravel-docs/dpdkggcaadgahopbpebdlkcpkddjndee |
الوصف | Easy access to laravel's documentation |
حجم الملف | 17.85 KB |
عدد التثبيتات | 1,293 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2014-05-02 |
تاريخ النشر | 2014-05-02 |
تقييم | 3.82/5 مجموع تقييمات 11 |
المطور | Sublime Creative |
نوع الدفع | free |
موقع الإضافة | http://laravel.com/docs |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laravel Docs", "description": "Easy access to laravel's documentation", "version": "0.0.3", "icons": { "16": "image\/icon\/16.png", "48": "image\/icon\/48.png", "128": "image\/icon\/128.png" }, "minimum_chrome_version": "9", "manifest_version": 2, "omnibox": { "keyword": "laravel" }, "background": { "persistent": false, "scripts": [ "background.js", "suggestions.js" ] } } |