Laravel Changelogs

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

Co to jest Laravel Changelogs?

Laravel Changelogs to rozszerzenie Chrome opracowane przez gocanto, a jego główną funkcją jest „A small extension to show the laravel changelogs on google chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Laravel Changelogs

Pobierz pliki rozszerzeń Laravel Changelogs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
Oficjalny URL https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
Opis A small extension to show the laravel changelogs on google chrome.
Rozmiar pliku 967 KB
Liczba instalacji 14
Aktualna Wersja 0.3 alpha
Ostatnia Aktualizacja 2017-01-27
Data Publikacji 2017-01-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper gocanto
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/gocanto/laravel-changelog
Adres URL Strony Pomocy https://github.com/gocanto/laravel-changelog/issues
Obsługiwane Języki 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'"
}