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
官方網址 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
電子郵箱 [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'"
}