Hacker News Watcher
Keep track of your favorite subjects on Hacker News.
Hacker News Watcherคืออะไร?
Hacker News Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gerardes และคุณลักษณะหลักของมันคือ "Keep track of your favorite subjects on Hacker News."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hacker News Watcher
ดาวน์โหลดไฟล์ส่วนขยาย Hacker News Watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this simple extension you have the possibility to keep an eye on topics that you find intriguing. Without having to check the site constantly by yourself. Simply put in a few words or user names that you find interesting and the extension will notify you if anything is posted about your interest. And you can also pin some favorite stories.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hacker News Watcher |
ID | ojkdgdapoebjekbklfpfjlccifecjeoo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hacker-news-watcher/ojkdgdapoebjekbklfpfjlccifecjeoo |
คำอธิบาย | Keep track of your favorite subjects on Hacker News. |
ขนาดไฟล์ | 414 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 0.80.0 |
อัปเดตครั้งล่าสุด | 2019-11-11 |
วันที่เผยแพร่ | 2019-11-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gerardes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "name": "Hacker News Watcher", "version": "0.80.0", "description": "Keep track of your favorite subjects on Hacker News.", "icons": { "128": "img\/icon_rnd.png" }, "background": { "scripts": [ "vendor\/gDelay.js", "basehelpers\/StoriesHelper.js", "basehelpers\/StorageHelper.js", "basehelpers\/SettingsHelper.js", "basehelpers\/FetchHelper.js", "basehelpers\/BadgeHelper.js", "basehelpers\/PreMatchedListHelper.js", "modules\/favo\/FavoHelper.js", "modules\/matched\/MatchedHelper.js", "modules\/new\/NewHelper.js", "modules\/top\/TopHelper.js", "modules\/watchers\/WatchersHelper.js", "background.js" ] }, "browser_action": { "default_icon": "img\/icon_rnd.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/hacker-news.firebaseio.com\/" ] } |