Laravel Docs Redirect
Redirects you to latest Laravel docs version
Cos'è Laravel Docs Redirect?
Laravel Docs Redirect è un'estensione di Chrome sviluppata da MightyPork, e la sua funzione principale è "Redirects you to latest Laravel docs version".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Laravel Docs Redirect
Scarica i file di estensione Laravel Docs Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
URL Ufficiale | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
Descrizione | Redirects you to latest Laravel docs version |
Dimensione del File | 11.24 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-02-28 |
Data di Pubblicazione | 2016-02-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | MightyPork |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
Lingue Supportate | 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" } |