MyBB Community Forum Latest
This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.
什麼是MyBB Community Forum Latest?
MyBB Community Forum Latest是由Richie McMullen開發的Chrome擴展程式,該擴展的主要功能是“This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum.”。
擴展截圖
下載MyBB Community Forum Latest擴展crx文件
下載MyBB Community Forum Latest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | MyBB Community Forum Latest |
ID | ncgjiddjickncepfmebgkpillomdldbg |
官方網址 | https://chromewebstore.google.com/detail/mybb-community-forum-late/ncgjiddjickncepfmebgkpillomdldbg |
簡介 | This chrome extension will display 8 recent articles/posts/threads from MyBB Community forum. |
檔案大小 | 41.07 KB |
安裝次數 | 32 |
目前版本 | 1.0 |
更新時間 | 2014-08-19 |
上架時間 | 2014-08-19 |
開發者 | Richie McMullen |
付費類型 | free |
擴展官網 | http://community.mybb.com/ |
支援的語言 | 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'" } |