Laravel Docs

Easy access to laravel's documentation

Wat is Laravel Docs?

Laravel Docs is een Chrome-extensie ontwikkeld door Sublime Creative, en de belangrijkste functie is "Easy access to laravel's documentation".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Laravel Docs

Download Laravel Docs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Laravel Docs Laravel Docs
ID dpdkggcaadgahopbpebdlkcpkddjndee
Officiële URL https://chromewebstore.google.com/detail/laravel-docs/dpdkggcaadgahopbpebdlkcpkddjndee
Beschrijving Easy access to laravel's documentation
Bestandsgrootte 17.85 KB
Aantal Installaties 1,293
Huidige Versie 0.0.3
Laatst Bijgewerkt 2014-05-02
Publicatiedatum 2014-05-02
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar Sublime Creative
Betalingswijze free
Extensiewebsite http://laravel.com/docs
Ondersteunde Talen 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"
        ]
    }
}