Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Was ist Symfony Documentation: Version selector?

Symfony Documentation: Version selector ist eine Chrome-Erweiterung, die von https://byscripts.info entwickelt wurde, und ihr Hauptmerkmal ist "Force the version to use on Symfony documentation".

Erweiterungsscreenshots

screenshot

Symfony Documentation: Version selector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Symfony Documentation: Version selector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
Offizielle URL https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
Beschreibung Force the version to use on Symfony documentation
Dateigröße 29.73 KB
Installationsanzahl 68
Aktuelle Version 1.0.2
Letztes Update 2015-07-02
Veröffentlichungsdatum 2015-07-02
Entwickler https://byscripts.info
Zahlungsart free
Erweiterungswebsite https://github.com/ByScripts/symfony-doc-version-selector
Hilfeseite URL https://github.com/ByScripts/symfony-doc-version-selector/issues
Unterstützte Sprachen 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\/*"
    ]
}