Hacker News Sorter
Sort posts by points, enables search and linkify's Hacker News.
Co to jest Hacker News Sorter?
Hacker News Sorter to rozszerzenie Chrome opracowane przez thejspr, a jego główną funkcją jest „Sort posts by points, enables search and linkify's Hacker News.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hacker News Sorter
Pobierz pliki rozszerzeń Hacker News Sorter 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
- Sort posts by points - Enable search in header - Autolink posts Sort posts by clicking the button in the top left corner. Feel free to leave any suggestions, requests or feedback. Source available at: https://github.com/thejspr/hacker-news-sorter Regards, https://news.ycombinator.com/user?id=thejspr
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anmdmfcnlenkjbiffghfjglgjpchneeo |
Oficjalny URL | https://chromewebstore.google.com/detail/hacker-news-sorter/anmdmfcnlenkjbiffghfjglgjpchneeo |
Opis | Sort posts by points, enables search and linkify's Hacker News. |
Rozmiar pliku | 39.18 KB |
Liczba instalacji | 101 |
Aktualna Wersja | 1.7.0 |
Ostatnia Aktualizacja | 2022-10-09 |
Data Publikacji | 2014-09-19 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | thejspr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/thejspr/hacker-news-sorter |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Sorter", "version": "1.7.0", "description": "Sort posts by points, enables search and linkify's Hacker News.", "content_scripts": [ { "matches": [ "*:\/\/news.ycombinator.com\/*" ], "js": [ "jquery-3.6.1.min.js", "content.js", "auto-link.js" ] } ], "icons": { "48": "icon2.png" }, "permissions": [ "*:\/\/news.ycombinator.com\/*" ], "background": "background.html" } |