MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
Vad är MyBB Community Forum Latest?
MyBB Community Forum Latest är en Chrome-tillägg utvecklad av Richie McMullen, och dess huvudfunktion är "This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.".
Tilläggsskärmbilder
Ladda ner MyBB Community Forum Latest-förlängningens CRX-fil
Ladda ner MyBB Community Forum Latest-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | ncgjiddjickncepfmebgkpillomdldbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
| Beskrivning | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
| Filstorlek | 41.07 KB |
| Antal Installationer | 32 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-08-19 |
| Publiceringsdatum | 2014-08-19 |
| Utvecklare | Richie McMullen |
| Betalningssätt | free |
| Tilläggswebbplats | http://community.mybb.com/ |
| Stödda Språk | 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'"
} | |