MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
Cos'è MyBB Community Forum Latest?
MyBB Community Forum Latest è un'estensione di Chrome sviluppata da Richie McMullen, e la sua funzione principale è "This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyBB Community Forum Latest
Scarica i file di estensione MyBB Community Forum Latest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | MyBB Community Forum Latest |
ID | ncgjiddjickncepfmebgkpillomdldbg |
URL Ufficiale | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
Descrizione | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
Dimensione del File | 41.07 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-08-19 |
Data di Pubblicazione | 2014-08-19 |
Sviluppatore | Richie McMullen |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://community.mybb.com/ |
Lingue Supportate | 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'" } |