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 |
| 官方URL | 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"
]
}
} | |