Laravel Changelogs

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

Was ist Laravel Changelogs?

Laravel Changelogs ist eine Chrome-Erweiterung, die von gocanto entwickelt wurde, und ihr Hauptmerkmal ist "A small extension to show the laravel changelogs on google chrome.".

Erweiterungsscreenshots

screenshot

Laravel Changelogs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Laravel Changelogs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
Offizielle URL https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Beschreibung A small extension to show the laravel changelogs on google chrome.
Dateigröße 967 KB
Installationsanzahl 14
Aktuelle Version 0.3 alpha
Letztes Update 2017-01-27
Veröffentlichungsdatum 2017-01-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler gocanto
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/gocanto/laravel-changelog
Hilfeseite URL https://github.com/gocanto/laravel-changelog/issues
Unterstützte Sprachen 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'"
}