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 هو إضافة Chrome تم تطويرها بواسطة http://n6g.xyz، والميزة الرئيسية لها هي "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة JPMC Unofficial Forum Extension

قم بتنزيل ملفات الامتداد JPMC Unofficial Forum Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}