Show Last Topics
This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.
Co to jest Show Last Topics?
Show Last Topics to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Show Last Topics
Pobierz pliki rozszerzeń Show Last Topics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ebhimbgllohbpidengigiocapjiahjgd |
Oficjalny URL | https://chromewebstore.google.com/detail/show-last-topics/ebhimbgllohbpidengigiocapjiahjgd |
Opis | This extension shows users' topics on Blockland Forums from profile pages and allows sorting by date, title, or board name. |
Rozmiar pliku | 71.2 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2016-06-14 |
Data Publikacji | 2016-06-14 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |