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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JPMC Unofficial Forum Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |