User Watch for reddit
Show selected users who have recently been active on reddit.
User Watch for redditคืออะไร?
User Watch for reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom Bowen และคุณลักษณะหลักของมันคือ "Show selected users who have recently been active on reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย User Watch for reddit
ดาวน์โหลดไฟล์ส่วนขยาย User Watch for reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This program allows you to see if a user has had activity on reddit in a configurable time window. Right click on the reddit alien to the right of the address bar and choose Options. Here you can create a list of users that you'd like to know are online. Just enter the reddit user name, no /u/ prefix or anything. Then enter how many minutes back you want to watch for. For example, if you enter 30 here, you will be notified if any of the users on your list has been active in the past 30 minutes. During operation, if anyone on your user list posts or comments, the little reddit guy will show a green banner with a number indicating many users have been seen. Clicking the reddit guy shows you names and how long ago they were seen. From here you can click the user name and be taken to their page to see the recent activity. Note: You do not have to be logged in to reddit, or even have reddit open anywhere for this to work.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbjkhkhdcmakmhkjolnbemblednmmdop |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/user-watch-for-reddit/nbjkhkhdcmakmhkjolnbemblednmmdop |
คำอธิบาย | Show selected users who have recently been active on reddit. |
ขนาดไฟล์ | 286 KB |
จำนวนการติดตั้ง | 314 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2014-10-22 |
วันที่เผยแพร่ | 2014-10-22 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Tom Bowen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/alien19.png", "38": "images\/alien38.png" }, "default_popup": "popup.html", "default_title": "User Watch for reddit" }, "description": "Show selected users who have recently been active on reddit.", "options_page": "options.html", "icons": { "19": "images\/alien19.png", "32": "images\/alien32.png", "38": "images\/alien38.png", "48": "images\/alien48.png", "64": "images\/alien64.png", "128": "images\/alien128.png" }, "name": "User Watch for reddit", "short_name": "User Watch", "permissions": [ "tabs", "http:\/\/reddit.com\/*", "storage" ], "version": "0.0.5" } |