Laravel Docs Redirect
Redirects you to latest Laravel docs version
Co to jest Laravel Docs Redirect?
Laravel Docs Redirect to rozszerzenie Chrome opracowane przez MightyPork, a jego główną funkcją jest „Redirects you to latest Laravel docs version”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Laravel Docs Redirect
Pobierz pliki rozszerzeń Laravel Docs Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
Oficjalny URL | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
Opis | Redirects you to latest Laravel docs version |
Rozmiar pliku | 11.24 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-02-28 |
Data Publikacji | 2016-02-28 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | MightyPork |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
Obsługiwane Języki | 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" } |