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
拡張機能の基本情報
名前 | Laravel 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" ] } } |