Laravel Docs Redirect

Redirects you to latest Laravel docs version

Laravel Docs Redirect란 무엇입니까?

Laravel Docs Redirect은(는) MightyPork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects you to latest Laravel docs version"입니다.

확장 프로그램 스크린샷

screenshot

Laravel Docs Redirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Laravel Docs Redirect Laravel Docs Redirect
ID hdbkgmhpccfohpchdbcnimghnenjalii
공식 URL https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii
설명 Redirects you to latest Laravel docs version
파일 크기 11.24 KB
설치 횟수 18
현재 버전 1.0.1
최근 업데이트 2016-02-28
출시 날짜 2016-02-28
평점 5.00/5 총 2 개의 평점
개발자 MightyPork
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt
지원되는 언어 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"
}