Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Wat is Symfony Documentation: Version selector?

Symfony Documentation: Version selector is een Chrome-extensie ontwikkeld door https://byscripts.info, en de belangrijkste functie is "Force the version to use on Symfony documentation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Symfony Documentation: Version selector

Download Symfony Documentation: Version selector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
Officiële URL https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
Beschrijving Force the version to use on Symfony documentation
Bestandsgrootte 29.73 KB
Aantal Installaties 68
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-07-02
Publicatiedatum 2015-07-02
Ontwikkelaar https://byscripts.info
Betalingswijze free
Extensiewebsite https://github.com/ByScripts/symfony-doc-version-selector
Help Pagina-URL https://github.com/ByScripts/symfony-doc-version-selector/issues
Ondersteunde Talen 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\/*"
    ]
}