Gaia Enhancement Suite
Gaia Enhancement Suite
什麼是Gaia Enhancement Suite?
Gaia Enhancement Suite是由Jonathan Skeate開發的Chrome擴展程式,該擴展的主要功能是“Gaia Enhancement Suite”。
擴展截圖
下載Gaia Enhancement Suite擴展crx文件
下載Gaia Enhancement Suite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Various enhancements to make browsing GaiaOnline a bit nicer.                     擴展基本資訊
| 名稱 |   |  
| ID | mgcnknfohcgfckjaebhijnpgdmngoceg | 
| 官方網址 | 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"
    ]
}  |  |