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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "非公式フォーラムに新機能追加するかもしれません this software includes the work that is distributed in the Apache License 2.0"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JPMC Unofficial Forum Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |