JPMC Unofficial Forum Extension

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

O que é JPMC Unofficial Forum Extension?

JPMC Unofficial Forum Extension é uma extensão do Chrome desenvolvida por http://n6g.xyz, e sua principal característica é "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão JPMC Unofficial Forum Extension

Baixe arquivos de extensão JPMC Unofficial Forum Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

14/8/11 公開                    

Informações Básicas da Extensão

Nome JPMC Unofficial Forum Extension JPMC Unofficial Forum Extension
ID ibiaaicpkejhjfghbdjbflonhgfkapdh
URL Oficial https://chrome.google.com/webstore/detail/jpmc-unofficial-forum-ext/ibiaaicpkejhjfghbdjbflonhgfkapdh
Descrição 非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0
Tamanho do Arquivo 83.05 KB
Contagem de Instalações 27
Versão Atual 1
Última Atualização 2014-08-10
Data de Publicação 2014-08-10
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor http://n6g.xyz
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}