Laravel Docs Redirect

Redirects you to latest Laravel docs version

Apa itu Laravel Docs Redirect?

Laravel Docs Redirect adalah ekstensi Chrome yang dikembangkan oleh MightyPork, dan fitur utamanya adalah "Redirects you to latest Laravel docs version".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Laravel Docs Redirect

Unduh file ekstensi Laravel Docs Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Laravel Docs Redirect Laravel Docs Redirect
ID hdbkgmhpccfohpchdbcnimghnenjalii
URL Resmi https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii
Deskripsi Redirects you to latest Laravel docs version
Ukuran File 11.24 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-02-28
Tanggal Publikasi 2016-02-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang MightyPork
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt
Bahasa yang Didukung 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"
}