Laravel Docs
Easy access to laravel's documentation
What is Laravel Docs?
Laravel Docs is a Chrome extension developed by Sublime Creative, and its main feature is "Easy access to laravel's documentation".
Extension Screenshots
Download Laravel Docs Extension CRX File
Download Laravel Docs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Laravel Docs |
ID | dpdkggcaadgahopbpebdlkcpkddjndee |
Official URL | https://chromewebstore.google.com/detail/laravel-docs/dpdkggcaadgahopbpebdlkcpkddjndee |
Description | Easy access to laravel's documentation |
File Size | 17.85 KB |
Installation Count | 1,293 |
Current Version | 0.0.3 |
Last Updated | 2014-05-02 |
Publish Date | 2014-05-02 |
Rating | 3.82/5 Total 11 Ratings |
Developer | Sublime Creative |
Payment Type | free |
Extension Website | http://laravel.com/docs |
Supported Languages | 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" ] } } |