Laravel Doc Pin
Always load your preferred Laravel documentation version!
Apa itu Laravel Doc Pin?
Laravel Doc Pin adalah ekstensi Chrome yang dikembangkan oleh cmorrell.com, dan fitur utamanya adalah "Always load your preferred Laravel documentation version!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Laravel Doc Pin
Unduh file ekstensi Laravel Doc Pin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Laravel Doc Pin |
ID | eofhmgcknfjdcihcbpnghkoipjcngpjp |
URL Resmi | https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp |
Deskripsi | Always load your preferred Laravel documentation version! |
Ukuran File | 20.41 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-05-19 |
Tanggal Publikasi | 2017-05-19 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | cmorrell.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |