Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Co to jest Symfony Documentation: Version selector?

Symfony Documentation: Version selector to rozszerzenie Chrome opracowane przez https://byscripts.info, a jego główną funkcją jest „Force the version to use on Symfony documentation”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Symfony Documentation: Version selector

Pobierz pliki rozszerzeń Symfony Documentation: Version selector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
Oficjalny URL https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
Opis Force the version to use on Symfony documentation
Rozmiar pliku 29.73 KB
Liczba instalacji 68
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-07-02
Data Publikacji 2015-07-02
Deweloper https://byscripts.info
Typ Płatności free
Strona Rozszerzenia https://github.com/ByScripts/symfony-doc-version-selector
Adres URL Strony Pomocy https://github.com/ByScripts/symfony-doc-version-selector/issues
Obsługiwane Języki 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\/*"
    ]
}