JPMC Unofficial Forum Extension

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

JPMC Unofficial Forum Extensionとは何ですか?

JPMC Unofficial Forum Extensionはhttp://n6g.xyzによって開発されたChromeの拡張機能で、その主な機能は「非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0」です。

拡張機能のスクリーンショット

screenshot
screenshot

JPMC Unofficial Forum Extension拡張機能のCRXファイルをダウンロード

JPMC Unofficial Forum Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

14/8/11 公開                    

拡張機能の基本情報

名前 JPMC Unofficial Forum Extension JPMC Unofficial Forum Extension
ID ibiaaicpkejhjfghbdjbflonhgfkapdh
公式URL https://chrome.google.com/webstore/detail/jpmc-unofficial-forum-ext/ibiaaicpkejhjfghbdjbflonhgfkapdh
説明 非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0
ファイルサイズ 83.05 KB
インストール数 27
現在のバージョン 1
最終更新日 2014-08-10
公開日 2014-08-10
評価 3.67/5 合計 3 レビュー
開発者 http://n6g.xyz
支払い方法 free
対応言語 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"
            ]
        }
    ]
}