Laravel Changelogs

A small extension to show the laravel changelogs on google chrome.

ما هو Laravel Changelogs؟

Laravel Changelogs هو إضافة Chrome تم تطويرها بواسطة gocanto، والميزة الرئيسية لها هي "A small extension to show the laravel changelogs on google chrome.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Laravel Changelogs

قم بتنزيل ملفات الامتداد Laravel Changelogs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to be updated with the Laravel PHP Framework change logs. This file is posted within its official repository. Though you are able to check changelogs file on Github, this extension brings it to you  one click.                    

معلومات أساسية عن التمديد

الاسم Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
الوصف A small extension to show the laravel changelogs on google chrome.
حجم الملف 967 KB
عدد التثبيتات 14
النسخة الحالية 0.3 alpha
آخر تحديث 2017-01-27
تاريخ النشر 2017-01-27
تقييم 5.00/5 مجموع تقييمات 2
المطور gocanto
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gocanto/laravel-changelog
عنوان صفحة المساعدة https://github.com/gocanto/laravel-changelog/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laravel Changelogs",
    "description": "A small extension to show the laravel changelogs on google chrome.",
    "version": "0.4",
    "version_name": "0.3 alpha",
    "author": "Gustavo Ocanto ",
    "homepage_url": "https:\/\/github.com\/gocanto\/laravel-changelog",
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_title": "Laravel CHANGELOG"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "public\/images\/icon16.png",
        "48": "public\/images\/icon48.png",
        "128": "public\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}