Laravel Changelogs

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

Wat is Laravel Changelogs?

Laravel Changelogs is een Chrome-extensie ontwikkeld door gocanto, en de belangrijkste functie is "A small extension to show the laravel changelogs on google chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Laravel Changelogs

Download Laravel Changelogs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
Officiële URL https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Beschrijving A small extension to show the laravel changelogs on google chrome.
Bestandsgrootte 967 KB
Aantal Installaties 14
Huidige Versie 0.3 alpha
Laatst Bijgewerkt 2017-01-27
Publicatiedatum 2017-01-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar gocanto
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gocanto/laravel-changelog
Help Pagina-URL https://github.com/gocanto/laravel-changelog/issues
Ondersteunde Talen 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'"
}