Laravel Docs Redirect
Redirects you to latest Laravel docs version
Vad är Laravel Docs Redirect?
Laravel Docs Redirect är en Chrome-tillägg utvecklad av MightyPork, och dess huvudfunktion är "Redirects you to latest Laravel docs version".
Tilläggsskärmbilder
Ladda ner Laravel Docs Redirect-förlängningens CRX-fil
Ladda ner Laravel Docs Redirect-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
Google gives you outdated Laravel docs?
This extension makes it stop by always redirecting you to the latest version.
The redirect happens *only* when you just came from Google, then you free to change the version as you please. Grundläggande Information om Tillägg
| Namn | |
| ID | hdbkgmhpccfohpchdbcnimghnenjalii |
| Officiell webbadress | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
| Beskrivning | Redirects you to latest Laravel docs version |
| Filstorlek | 11.24 KB |
| Antal Installationer | 18 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2016-02-28 |
| Publiceringsdatum | 2016-02-28 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | MightyPork |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"exclude_matches": [
"*:\/\/laravel.com\/docs\/master\/*"
],
"js": [
"script.js"
],
"matches": [
"*:\/\/laravel.com\/docs\/*"
],
"run_at": "document_start"
}
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"description": "Redirects you to latest Laravel docs version",
"manifest_version": 2,
"name": "Laravel Docs Redirect",
"version": "1.0.1"
} | |