Laravel Changelogs

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

What is Laravel Changelogs?

Laravel Changelogs is a Chrome extension developed by gocanto, and its main feature is "A small extension to show the laravel changelogs on google chrome.".

Extension Screenshots

screenshot

Download Laravel Changelogs Extension CRX File

Download Laravel Changelogs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
Official URL https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Description A small extension to show the laravel changelogs on google chrome.
File Size 967 KB
Installation Count 14
Current Version 0.3 alpha
Last Updated 2017-01-27
Publish Date 2017-01-27
Rating 5.00/5 Total 2 Ratings
Developer gocanto
Email [email protected]
Payment Type free
Extension Website https://github.com/gocanto/laravel-changelog
Help Page URL https://github.com/gocanto/laravel-changelog/issues
Supported Languages 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'"
}