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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}