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ファイルをダウンロード

Symfony Documentation: Version selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}