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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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'"
}