Laravel Changelogs

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

Qu'est-ce que Laravel Changelogs ?

Laravel Changelogs est une extension Chrome développée par gocanto, et sa fonction principale est "A small extension to show the laravel changelogs on google chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Laravel Changelogs

Téléchargez les fichiers d'extension Laravel Changelogs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
URL Officiel https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Description A small extension to show the laravel changelogs on google chrome.
Taille du Fichier 967 KB
Nombre d'Installations 14
Version Actuelle 0.3 alpha
Dernière Mise à Jour 2017-01-27
Date de Publication 2017-01-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur gocanto
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gocanto/laravel-changelog
URL de la Page d'Aide https://github.com/gocanto/laravel-changelog/issues
Langues Prises en Charge 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'"
}