Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Vad är Symfony Documentation: Version selector?

Symfony Documentation: Version selector är en Chrome-tillägg utvecklad av https://byscripts.info, och dess huvudfunktion är "Force the version to use on Symfony documentation".

Tilläggsskärmbilder

screenshot

Ladda ner Symfony Documentation: Version selector-förlängningens CRX-fil

Ladda ner Symfony Documentation: Version selector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
Officiell webbadress https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
Beskrivning Force the version to use on Symfony documentation
Filstorlek 29.73 KB
Antal Installationer 68
Aktuell Version 1.0.2
Senast Uppdaterad 2015-07-02
Publiceringsdatum 2015-07-02
Utvecklare https://byscripts.info
Betalningssätt free
Tilläggswebbplats https://github.com/ByScripts/symfony-doc-version-selector
Hjälpsida URL https://github.com/ByScripts/symfony-doc-version-selector/issues
Stödda Språk 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\/*"
    ]
}