MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
Qu'est-ce que MyBB Community Forum Latest ?
MyBB Community Forum Latest est une extension Chrome développée par Richie McMullen, et sa fonction principale est "This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyBB Community Forum Latest
Téléchargez les fichiers d'extension MyBB Community Forum Latest au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | MyBB Community Forum Latest |
ID | ncgjiddjickncepfmebgkpillomdldbg |
URL Officiel | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
Description | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
Taille du Fichier | 41.07 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-08-19 |
Date de Publication | 2014-08-19 |
Développeur | Richie McMullen |
Type de Paiement | free |
Site Web de l'Extension | http://community.mybb.com/ |
Langues Prises en Charge | 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'" } |