ROBLOX Forums+
Adds formatting and numbering of ROBLOX posts
ROBLOX Forums+とは何ですか?
ROBLOX Forums+はL2000によって開発されたChromeの拡張機能で、その主な機能は「Adds formatting and numbering of ROBLOX posts」です。
拡張機能のスクリーンショット
ROBLOX Forums+拡張機能のCRXファイルをダウンロード
ROBLOX Forums+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The new version is out! Adds formatting to ROBLOX posts. Also numbers each post made on the forums and adds other mini features, such as a way to open trades straight from the forums without going to the player's profile. The extension also allows use of bolding, italics, underlines, strikeouts, and font styling (Font family, font size, and font color). Also now has support for youtube videos, items, and acronyms; when moused over, will place an image / video in the post and provides a link to the video / item. More features being worked on continuously.
拡張機能の基本情報
名前 | ROBLOX Forums+ |
ID | amfepecmobgaflidkebmofbgdgkgpman |
公式URL | https://chromewebstore.google.com/detail/roblox-forums+/amfepecmobgaflidkebmofbgdgkgpman |
説明 | Adds formatting and numbering of ROBLOX posts |
ファイルサイズ | 447 KB |
インストール数 | 3,910 |
現在のバージョン | 1.0.7 |
最終更新日 | 2014-08-31 |
公開日 | 2014-08-30 |
評価 | 3.50/5 合計 16 レビュー |
開発者 | L2000 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ROBLOX Forums+", "short_name": "Forums+", "description": "Adds formatting and numbering of ROBLOX posts", "version": "1.0.7", "icons": { "16": "Icons\/icon16.png", "48": "Icons\/icon48.png", "128": "Icons\/icon128.png" }, "permissions": [ "storage", "http:\/\/*.imgur.com\/*", "http:\/\/nekofont.upat.jp\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.roblox.com\/Forum\/ShowPost.aspx?PostID=*", "http:\/\/www.roblox.com\/Forum\/ShowForum.aspx?ForumID=*", "http:\/\/www.roblox.com\/Forum\/User\/MyForums.aspx", "http:\/\/www.roblox.com\/Forum\/AddPost.aspx?*" ], "css": [ "style.css" ], "js": [ "jquery.js", "acronyms.js", "objects.js", "forums.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.roblox.com\/my\/account*" ], "css": [ "style.css" ], "js": [ "jquery.js", "objects.js", "settings.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Forums+", "default_icon": "Icons\/icon16.png", "default_popup": "options.html" }, "web_accessible_resources": [ "Images\/*", "fonts\/*" ] } |