Laravel Changelogs

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

Apa itu Laravel Changelogs?

Laravel Changelogs adalah ekstensi Chrome yang dikembangkan oleh gocanto, dan fitur utamanya adalah "A small extension to show the laravel changelogs on google chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Laravel Changelogs

Unduh file ekstensi Laravel Changelogs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
URL Resmi https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Deskripsi A small extension to show the laravel changelogs on google chrome.
Ukuran File 967 KB
Jumlah Instalasi 14
Versi Saat Ini 0.3 alpha
Terakhir Diperbarui 2017-01-27
Tanggal Publikasi 2017-01-27
Penilaian 5.00/5 Total 2 Penilaian
Pengembang gocanto
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gocanto/laravel-changelog
URL Halaman Bantuan https://github.com/gocanto/laravel-changelog/issues
Bahasa yang Didukung 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'"
}