Laravel Docs
Easy access to laravel's documentation
Co to jest Laravel Docs?
Laravel Docs to rozszerzenie Chrome opracowane przez Sublime Creative, a jego główną funkcją jest „Easy access to laravel's documentation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Laravel Docs
Pobierz pliki rozszerzeń Laravel Docs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dpdkggcaadgahopbpebdlkcpkddjndee |
| Oficjalny URL | https://chromewebstore.google.com/detail/laravel-docs/dpdkggcaadgahopbpebdlkcpkddjndee |
| Opis | Easy access to laravel's documentation |
| Rozmiar pliku | 17.85 KB |
| Liczba instalacji | 1,293 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2014-05-02 |
| Data Publikacji | 2014-05-02 |
| Ocena | 3.82/5 Łącznie 11 Oceny |
| Deweloper | Sublime Creative |
| Typ Płatności | free |
| Strona Rozszerzenia | http://laravel.com/docs |
| Obsługiwane Języki | 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"
]
}
} | |