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
官方網址 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"
            ]
        }
    ]
}