Show Last Topics
This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.
什麼是Show Last Topics?
Show Last Topics是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.”。
擴展截圖
下載Show Last Topics擴展crx文件
下載Show Last Topics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Blockland Forums provides no way to view all of a user's topics in one place. This extension fixes that issue by adding an option at the bottom of all profile pages. When this option is clicked, a list of all the user's topics will appear on the same page with options to sort by date, topic name, and board name.
擴展基本資訊
名稱 | |
ID | ebhimbgllohbpidengigiocapjiahjgd |
官方網址 | https://chromewebstore.google.com/detail/show-last-topics/ebhimbgllohbpidengigiocapjiahjgd |
簡介 | This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name. |
檔案大小 | 71.2 KB |
安裝次數 | 14 |
目前版本 | 2.1 |
更新時間 | 2016-06-14 |
上架時間 | 2016-06-14 |
評分 | 3.75/5 共 4 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Last Topics", "description": "This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.", "version": "2.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/forum.blockland.us\/" ], "content_scripts": [ { "matches": [ "https:\/\/forum.blockland.us\/index.php?action=profile*" ], "exclude_matches": [ "https:\/\/forum.blockland.us\/*sa=*" ], "js": [ "jquery-1.11.1.min.js", "topicsLink.js" ], "run_at": "document_idle" } ] } |