Gaia Enhancement Suite

Gaia Enhancement Suite

Gaia Enhancement Suiteคืออะไร?

Gaia Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Skeate และคุณลักษณะหลักของมันคือ "Gaia Enhancement Suite"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gaia Enhancement Suite

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

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

                        Various enhancements to make browsing GaiaOnline a bit nicer.                    

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

ชื่อ Gaia Enhancement Suite Gaia Enhancement Suite
ID mgcnknfohcgfckjaebhijnpgdmngoceg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gaia-enhancement-suite/mgcnknfohcgfckjaebhijnpgdmngoceg
คำอธิบาย Gaia Enhancement Suite
ขนาดไฟล์ 243 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2014-04-30
วันที่เผยแพร่ 2014-04-30
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jonathan Skeate
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "version": "4.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.gaiaonline.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.gaiaonline.com\/*"
            ],
            "css": [
                "styles\/app\/coffee\/modules\/QuickQuote\/QuickQuote.css",
                "styles\/jquery-ui-embedded.css",
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/dustjs-linkedin\/dist\/dust-core.min.js",
                "bower_components\/dustjs-linkedin-helpers\/dist\/dust-helpers.min.js",
                "bower_components\/jqueryui\/ui\/jquery-ui.js",
                "bower_components\/js-md5\/js\/md5.min.js",
                "bower_components\/spinjs\/spin.js",
                "bower_components\/spinjs\/jquery.spin.js",
                "scripts\/templates.js",
                "scripts\/ges.js",
                "scripts\/module.js",
                "scripts\/util\/_misc.js",
                "scripts\/util\/data.js",
                "scripts\/util\/events.js",
                "scripts\/util\/friends.js",
                "scripts\/util\/notify.js",
                "scripts\/modules\/AccountSwitcher\/AccountSwitcher.js",
                "scripts\/modules\/BetterIgnore\/BetterIgnore.js",
                "scripts\/modules\/CustomEmotes.js",
                "scripts\/modules\/QuickBump.js",
                "scripts\/modules\/QuickQuote\/QuickQuote.js",
                "scripts\/modules\/SecretRevealer.js",
                "scripts\/modules\/ThreadFilter.js",
                "scripts\/modules\/ThreadHighlighter.js",
                "scripts\/modules\/Usability.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/bg.jpg"
    ]
}