ROBLOX Forums+
Adds formatting and numbering of ROBLOX posts
Hvad er ROBLOX Forums+?
ROBLOX Forums+ er en Chrome-udvidelse udviklet af L2000, og dens hovedfunktion er "Adds formatting and numbering of ROBLOX posts".
Udvidelsesskærmbilleder
Download ROBLOX Forums+-udvidelses-CRX-fil
Download ROBLOX Forums+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ROBLOX Forums+ |
ID | amfepecmobgaflidkebmofbgdgkgpman |
Officiel URL | https://chromewebstore.google.com/detail/roblox-forums+/amfepecmobgaflidkebmofbgdgkgpman |
Beskrivelse | Adds formatting and numbering of ROBLOX posts |
Filstørrelse | 447 KB |
Antal Installationer | 3,910 |
Nuværende Version | 1.0.7 |
Senest Opdateret | 2014-08-31 |
Udgivelsesdato | 2014-08-30 |
Bedømmelse | 3.50/5 Samlet 16 Bedømmelser |
Udvikler | L2000 |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |