Laravel Doc Pin
Always load your preferred Laravel documentation version!
ما هو Laravel Doc Pin؟
Laravel Doc Pin هو إضافة Chrome تم تطويرها بواسطة cmorrell.com، والميزة الرئيسية لها هي "Always load your preferred Laravel documentation version!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Laravel Doc Pin
قم بتنزيل ملفات الامتداد Laravel Doc Pin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically redirect to your preferred version of the Laravel documentation — if you set your preferred version to 5.4 and click a link to /docs/5.1/routing Chrome will automatically load /docs/5.4/routing.
معلومات أساسية عن التمديد
الاسم | Laravel Doc Pin |
ID | eofhmgcknfjdcihcbpnghkoipjcngpjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp |
الوصف | Always load your preferred Laravel documentation version! |
حجم الملف | 20.41 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-05-19 |
تاريخ النشر | 2017-05-19 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | cmorrell.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laravel Doc Pin", "version": "1.0.1", "description": "Always load your preferred Laravel documentation version!", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/laravel.com\/docs\/*", "storage", "declarativeContent" ], "background": { "scripts": [ "extension.js" ] }, "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_title": "Laravel Doc Pin" } } |