Laravel Doc Pin
Always load your preferred Laravel documentation version!
Vad är Laravel Doc Pin?
Laravel Doc Pin är en Chrome-tillägg utvecklad av cmorrell.com, och dess huvudfunktion är "Always load your preferred Laravel documentation version!".
Tilläggsskärmbilder
Ladda ner Laravel Doc Pin-förlängningens CRX-fil
Ladda ner Laravel Doc Pin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eofhmgcknfjdcihcbpnghkoipjcngpjp |
| Officiell webbadress | https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp |
| Beskrivning | Always load your preferred Laravel documentation version! |
| Filstorlek | 20.41 KB |
| Antal Installationer | 53 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2017-05-19 |
| Publiceringsdatum | 2017-05-19 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | cmorrell.com |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |