GaiaPlus

The simple, light and easy post formatter for Gaia.

什麼是GaiaPlus?

GaiaPlus是由https://bettergaia.com開發的Chrome擴展程式,該擴展的主要功能是“The simple, light and easy post formatter for Gaia.”。

擴展截圖

screenshot
screenshot

下載GaiaPlus擴展crx文件

下載GaiaPlus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The simple, light and easy post formatter for Gaia.

Add as many post formats as you need, and have them all available for you when making a forum post, private message, post in the guilds, or even when making a profile comment.

Your post formats are saved to the cloud. With Chrome Sync, just sign into Chrome and automatically have your post formats available on any PC with Chrome.                    

擴展基本資訊

名稱 GaiaPlus GaiaPlus
ID jpedbpopdkfncmdgbodiflfbifnllfbk
官方網址 https://chromewebstore.google.com/detail/gaiaplus/jpedbpopdkfncmdgbodiflfbifnllfbk
簡介 The simple, light and easy post formatter for Gaia.
檔案大小 69.98 KB
安裝次數 69
目前版本 0.1
更新時間 2015-01-12
上架時間 2015-01-11
評分 4.00/5 共 3 次評分
開發者 https://bettergaia.com
付費類型 free
擴展官網 http://gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/
說明頁面URL http://gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "code\/jquery.min.js",
            "background.js",
            "code\/analytics.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "code\/jquery.min.js",
                "code\/postformatter.js"
            ],
            "matches": [
                "http:\/\/*.gaiaonline.com\/forum\/compose\/*",
                "http:\/\/*.gaiaonline.com\/guilds\/posting.php*",
                "http:\/\/*.gaiaonline.com\/profile\/privmsg.php*",
                "http:\/\/*.gaiaonline.com\/profiles\/*mode=addcomment*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "The simple, light and easy post formatter for Gaia.",
    "homepage_url": "http:\/\/www.gaiaonline.com\/forum\/gaia-guides-and-resources\/t.87267181\/",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "name": "GaiaPlus",
    "options_page": "options\/options.html",
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "popup\/popup.html",
        "default_title": "GaiaPlus"
    },
    "permissions": [
        "tabs",
        "management",
        "storage",
        "notifications",
        "http:\/\/*.gaiaonline.com\/*",
        "https:\/\/*.gaiaonline.com\/*"
    ],
    "version": "0.1",
    "web_accessible_resources": [
        "images\/16.png",
        "images\/19.png",
        "images\/48.png",
        "images\/128.png",
        "code\/style.css"
    ]
}