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
官方網址 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\/*"
    ]
}