MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
Hvad er MyBB Community Forum Latest?
MyBB Community Forum Latest er en Chrome-udvidelse udviklet af Richie McMullen, og dens hovedfunktion er "This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.".
Udvidelsesskærmbilleder
Download MyBB Community Forum Latest-udvidelses-CRX-fil
Download MyBB Community Forum Latest-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
Grundlæggende oplysninger om udvidelsen
Navn | MyBB Community Forum Latest |
ID | ncgjiddjickncepfmebgkpillomdldbg |
Officiel URL | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
Beskrivelse | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
Filstørrelse | 41.07 KB |
Antal Installationer | 32 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-08-19 |
Udgivelsesdato | 2014-08-19 |
Udvikler | Richie McMullen |
Betalingsmetode | free |
Udvidelseswebsted | http://community.mybb.com/ |
Understøttede Sprog | en |
manifest.json | |
{ "name": "MyBB Community Forum Latest", "version": "1.0", "description": "This chrome extension will display 8 recent articles\/posts\/threads from MyBB Community forum.", "author": "Unknown", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "MyBB", "default_icon": "icon48.png", "default_popup": "feed.html" }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |