Symfony Documentation: Version selector

Force the version to use on Symfony documentation

Symfony Documentation: Version selectorคืออะไร?

Symfony Documentation: Version selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://byscripts.info และคุณลักษณะหลักของมันคือ "Force the version to use on Symfony documentation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Symfony Documentation: Version selector

ดาวน์โหลดไฟล์ส่วนขยาย Symfony Documentation: Version selector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Symfony Documentation: Version selector Symfony Documentation: Version selector
ID eebbahpmjcfihagocioeclkjmafhdlhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/symfony-documentation-ver/eebbahpmjcfihagocioeclkjmafhdlhk
คำอธิบาย Force the version to use on Symfony documentation
ขนาดไฟล์ 29.73 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-07-02
วันที่เผยแพร่ 2015-07-02
ผู้พัฒนา https://byscripts.info
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ByScripts/symfony-doc-version-selector
URL หน้าช่วยเหลือ https://github.com/ByScripts/symfony-doc-version-selector/issues
ภาษาที่รองรับ 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\/*"
    ]
}