Hacker News +
Stylish Hacker News.
Apa itu Hacker News +?
Hacker News + adalah ekstensi Chrome yang dikembangkan oleh Jarques, dan fitur utamanya adalah "Stylish Hacker News.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hacker News +
Unduh file ekstensi Hacker News + dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely. Any questions / comments contact me on Twitter: @jarques Update in v2.0: * Update to manifest v3 * Dark mode switcher * Remove hot key support * Improved commenting layouts
Informasi Dasar Ekstensi
Nama | Hacker News + |
ID | oieefcckcbbgniifdhhialgkmghahjgl |
URL Resmi | https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl |
Deskripsi | Stylish Hacker News. |
Ukuran File | 456 KB |
Jumlah Instalasi | 191 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-05-28 |
Tanggal Publikasi | 2013-08-02 |
Penilaian | 4.38/5 Total 26 Penilaian |
Pengembang | Jarques |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://jarqu.es/dev/HN+/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News +", "version": "2.0", "description": "Stylish Hacker News.", "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/hn.js" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "\/fonts\/*.ttf" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "permissions": [ "storage" ] } |