Laravel Docs Redirect
Redirects you to latest Laravel docs version
Was ist Laravel Docs Redirect?
Laravel Docs Redirect ist eine Chrome-Erweiterung, die von MightyPork entwickelt wurde, und ihr Hauptmerkmal ist "Redirects you to latest Laravel docs version".
Erweiterungsscreenshots
Laravel Docs Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Laravel Docs Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
Offizielle URL | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
Beschreibung | Redirects you to latest Laravel docs version |
Dateigröße | 11.24 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-02-28 |
Veröffentlichungsdatum | 2016-02-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | MightyPork |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
Unterstützte Sprachen | 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" } |