Laravel Docs
Easy access to laravel's documentation
什麼是Laravel Docs?
Laravel Docs是由Sublime Creative開發的Chrome擴展程式,該擴展的主要功能是“Easy access to laravel's documentation”。
擴展截圖
下載Laravel Docs擴展crx文件
下載Laravel Docs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
New to laravel ?
Being relatively new to Laravel, I created this extension to help me get to docs faster. This extension helps you skip Google and directly dive into laravel's docs.
It saved a lot of my time, now for you.
Official Docs at http://laravel.com/docs 擴展基本資訊
| 名稱 | |
| ID | dpdkggcaadgahopbpebdlkcpkddjndee |
| 官方網址 | https://chromewebstore.google.com/detail/laravel-docs/dpdkggcaadgahopbpebdlkcpkddjndee |
| 簡介 | Easy access to laravel's documentation |
| 檔案大小 | 17.85 KB |
| 安裝次數 | 1,293 |
| 目前版本 | 0.0.3 |
| 更新時間 | 2014-05-02 |
| 上架時間 | 2014-05-02 |
| 評分 | 3.82/5 共 11 次評分 |
| 開發者 | Sublime Creative |
| 付費類型 | free |
| 擴展官網 | http://laravel.com/docs |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Laravel Docs",
"description": "Easy access to laravel's documentation",
"version": "0.0.3",
"icons": {
"16": "image\/icon\/16.png",
"48": "image\/icon\/48.png",
"128": "image\/icon\/128.png"
},
"minimum_chrome_version": "9",
"manifest_version": 2,
"omnibox": {
"keyword": "laravel"
},
"background": {
"persistent": false,
"scripts": [
"background.js",
"suggestions.js"
]
}
} | |