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”。
扩展截图
下载JPMC Unofficial Forum Extension扩展crx文件
下载JPMC Unofficial Forum Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minecraft 非公式 日本ユーザーフォーラムに次のような機能を追加します。 * codeタグにシンタックスハイライトを追加します * 投稿ページのBBコード入力支援ボタンを追加します。 14/8/11 公開
扩展基本信息
名称 | |
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" ] } ] } |