Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Symfony Documentation: Version selector란 무엇입니까?

Symfony Documentation: Version selector은(는) https://byscripts.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Force the version to use on Symfony documentation"입니다.

확장 프로그램 스크린샷

screenshot

Symfony Documentation: Version selector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to configure which version of the documentation you want to read (from 2.0 to 3.0+)

Google always points to the "current" version. If in the options you set version to "2.3", then you'll be redirected automatically.

Perfect for when you are working on an old (or LTS) project.

Info: this extension always redirect to the english version.                    

확장 프로그램 기본 정보

이름 Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
공식 URL https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
설명 Force the version to use on Symfony documentation
파일 크기 29.73 KB
설치 횟수 68
현재 버전 1.0.2
최근 업데이트 2015-07-02
출시 날짜 2015-07-02
개발자 https://byscripts.info
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ByScripts/symfony-doc-version-selector
도움말 페이지 URL https://github.com/ByScripts/symfony-doc-version-selector/issues
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "Sf Doc Version",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.2",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/ByScripts\/symfony-doc-force-version",
    "author": "Thierry Goettelmann ",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/symfony.com\/*"
    ]
}