JPMC Unofficial Forum Extension

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

JPMC Unofficial Forum Extension là gì?

JPMC Unofficial Forum Extension là một tiện ích mở rộng Chrome được phát triển bởi http://n6g.xyz, và tính năng chính của nó là "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JPMC Unofficial Forum Extension

Tải xuống các tệp mở rộng JPMC Unofficial Forum Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

14/8/11 公開                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JPMC Unofficial Forum Extension JPMC Unofficial Forum Extension
ID ibiaaicpkejhjfghbdjbflonhgfkapdh
URL Chính Thức https://chrome.google.com/webstore/detail/jpmc-unofficial-forum-ext/ibiaaicpkejhjfghbdjbflonhgfkapdh
Mô tả 非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0
Kích Thước Tệp 83.05 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2014-08-10
Ngày Phát Hành 2014-08-10
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://n6g.xyz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}