ROBLOX Forums+
Adds formatting and numbering of ROBLOX posts
ROBLOX Forums+ là gì?
ROBLOX Forums+ là một tiện ích mở rộng Chrome được phát triển bởi L2000, và tính năng chính của nó là "Adds formatting and numbering of ROBLOX posts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ROBLOX Forums+
Tải xuống các tệp mở rộng ROBLOX Forums+ 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ROBLOX Forums+ |
ID | amfepecmobgaflidkebmofbgdgkgpman |
URL Chính Thức | https://chromewebstore.google.com/detail/roblox-forums+/amfepecmobgaflidkebmofbgdgkgpman |
Mô tả | Adds formatting and numbering of ROBLOX posts |
Kích Thước Tệp | 447 KB |
Số Lần Cài Đặt | 3,910 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2014-08-31 |
Ngày Phát Hành | 2014-08-30 |
Đánh Giá | 3.50/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | L2000 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |