Laravel Doc Pin
Always load your preferred Laravel documentation version!
Laravel Doc Pinとは何ですか?
Laravel Doc Pinはcmorrell.comによって開発されたChromeの拡張機能で、その主な機能は「Always load your preferred Laravel documentation version!」です。
拡張機能のスクリーンショット
Laravel Doc Pin拡張機能のCRXファイルをダウンロード
Laravel Doc Pin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically redirect to your preferred version of the Laravel documentation — if you set your preferred version to 5.4 and click a link to /docs/5.1/routing Chrome will automatically load /docs/5.4/routing. 拡張機能の基本情報
| 名前 | |
| ID | eofhmgcknfjdcihcbpnghkoipjcngpjp |
| 公式URL | https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp |
| 説明 | Always load your preferred Laravel documentation version! |
| ファイルサイズ | 20.41 KB |
| インストール数 | 53 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2017-05-19 |
| 公開日 | 2017-05-19 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | cmorrell.com |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Laravel Doc Pin",
"version": "1.0.1",
"description": "Always load your preferred Laravel documentation version!",
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/laravel.com\/docs\/*",
"storage",
"declarativeContent"
],
"background": {
"scripts": [
"extension.js"
]
},
"manifest_version": 2,
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"page_action": {
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"default_title": "Laravel Doc Pin"
}
} | |