Laravel Changelogs

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

O que é Laravel Changelogs?

Laravel Changelogs é uma extensão do Chrome desenvolvida por gocanto, e sua principal característica é "A small extension to show the laravel changelogs on google chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Laravel Changelogs

Baixe arquivos de extensão Laravel Changelogs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
URL Oficial https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Descrição A small extension to show the laravel changelogs on google chrome.
Tamanho do Arquivo 967 KB
Contagem de Instalações 14
Versão Atual 0.3 alpha
Última Atualização 2017-01-27
Data de Publicação 2017-01-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor gocanto
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/gocanto/laravel-changelog
URL da Página de Ajuda https://github.com/gocanto/laravel-changelog/issues
Idiomas Suportados 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'"
}