JPMC Unofficial Forum Extension

非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0

What is JPMC Unofficial Forum Extension?

JPMC Unofficial Forum Extension is a Chrome extension developed by http://n6g.xyz, and its main feature is "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0".

Extension Screenshots

screenshot
screenshot

Download JPMC Unofficial Forum Extension Extension CRX File

Download JPMC Unofficial Forum Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Minecraft 非公式 日本ユーザーフォーラムに次のような機能を追加します。
* codeタグにシンタックスハイライトを追加します
* 投稿ページのBBコード入力支援ボタンを追加します。

14/8/11 公開                    

Extension Basic Information

Name JPMC Unofficial Forum Extension JPMC Unofficial Forum Extension
ID ibiaaicpkejhjfghbdjbflonhgfkapdh
Official URL https://chrome.google.com/webstore/detail/jpmc-unofficial-forum-ext/ibiaaicpkejhjfghbdjbflonhgfkapdh
Description 非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0
File Size 83.05 KB
Installation Count 27
Current Version 1
Last Updated 2014-08-10
Publish Date 2014-08-10
Rating 3.67/5 Total 3 Ratings
Developer http://n6g.xyz
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "\u975e\u516c\u5f0f\u30d5\u30a9\u30fc\u30e9\u30e0\u306b\u65b0\u6a5f\u80fd\u8ffd\u52a0\u3059\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093 this software includes the work that is distributed in the Apache License 2.0",
    "name": "JPMC Unofficial Forum Extension",
    "version": "1",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forum.minecraftuser.jp\/*.php*"
            ],
            "js": [
                "js\/forum.js"
            ]
        }
    ]
}