Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Cos'è Symfony Documentation: Version selector?

Symfony Documentation: Version selector è un'estensione di Chrome sviluppata da https://byscripts.info, e la sua funzione principale è "Force the version to use on Symfony documentation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Symfony Documentation: Version selector

Scarica i file di estensione Symfony Documentation: Version selector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
URL Ufficiale https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
Descrizione Force the version to use on Symfony documentation
Dimensione del File 29.73 KB
Conteggio Installazioni 68
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-07-02
Data di Pubblicazione 2015-07-02
Sviluppatore https://byscripts.info
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ByScripts/symfony-doc-version-selector
URL della Pagina di Aiuto https://github.com/ByScripts/symfony-doc-version-selector/issues
Lingue Supportate 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\/*"
    ]
}