Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Symfony Documentation: Version selector là gì?

Symfony Documentation: Version selector là một tiện ích mở rộng Chrome được phát triển bởi https://byscripts.info, và tính năng chính của nó là "Force the version to use on Symfony documentation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Symfony Documentation: Version selector

Tải xuống các tệp mở rộng Symfony Documentation: Version selector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
URL Chính Thức https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
Mô tả Force the version to use on Symfony documentation
Kích Thước Tệp 29.73 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-07-02
Ngày Phát Hành 2015-07-02
Nhà Phát Triển https://byscripts.info
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ByScripts/symfony-doc-version-selector
URL Trang Trợ Giúp https://github.com/ByScripts/symfony-doc-version-selector/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}