JPMC Unofficial Forum Extension

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

Was ist JPMC Unofficial Forum Extension?

JPMC Unofficial Forum Extension ist eine Chrome-Erweiterung, die von http://n6g.xyz entwickelt wurde, und ihr Hauptmerkmal ist "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0".

Erweiterungsscreenshots

screenshot
screenshot

JPMC Unofficial Forum Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie JPMC Unofficial Forum Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

14/8/11 公開                    

Grundlegende Informationen zur Erweiterung

Name JPMC Unofficial Forum Extension JPMC Unofficial Forum Extension
ID ibiaaicpkejhjfghbdjbflonhgfkapdh
Offizielle URL https://chrome.google.com/webstore/detail/jpmc-unofficial-forum-ext/ibiaaicpkejhjfghbdjbflonhgfkapdh
Beschreibung 非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0
Dateigröße 83.05 KB
Installationsanzahl 27
Aktuelle Version 1
Letztes Update 2014-08-10
Veröffentlichungsdatum 2014-08-10
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler http://n6g.xyz
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}