Laravel Changelogs

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

Laravel Changelogsとは何ですか?

Laravel Changelogsはgocantoによって開発されたChromeの拡張機能で、その主な機能は「A small extension to show the laravel changelogs on google chrome.」です。

拡張機能のスクリーンショット

screenshot

Laravel Changelogs拡張機能のCRXファイルをダウンロード

Laravel Changelogs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Laravel Changelogs Laravel Changelogs
ID nndjbillfjbfaffpghfjgffikpjjoccg
公式URL https://chrome.google.com/webstore/detail/laravel-changelogs/nndjbillfjbfaffpghfjgffikpjjoccg
説明 A small extension to show the laravel changelogs on google chrome.
ファイルサイズ 967 KB
インストール数 14
現在のバージョン 0.3 alpha
最終更新日 2017-01-27
公開日 2017-01-27
評価 5.00/5 合計 2 レビュー
開発者 gocanto
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/gocanto/laravel-changelog
ヘルプページのURL https://github.com/gocanto/laravel-changelog/issues
対応言語 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'"
}