Forum feeder
A forum monitor. (In slow development)
Forum feeder là gì?
Forum feeder là một tiện ích mở rộng Chrome được phát triển bởi nothize, và tính năng chính của nó là "A forum monitor. (In slow development)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Forum feeder
Tải xuống các tệp mở rộng Forum feeder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
As inspired by the StockMate(http://computer.discuss.com.hk/viewthread.php?tid=11322538) done by xiaoqiang888, an extended version of the forum part is planned for Chrome. The stock part will be a separate extension once the core of this extension is mature. In the early stage of this extension, only the "discuss" forum in Hong Kong is supported. The aim of this extension is to monitor a forum intelligently and provide a quick listing view without the burden of complex HTML/flash/animated_gif rendering. As it is not trying to substitute the front-end of the forum, links are always available for the user to jump back to the forum directly for further interaction. (Though they're possible, lets request it if it fits you) Updates: v1.2: - Dynamic popup height relative to window height - Retrieve arbitrary number of threads (support multiple page reading) - Fix forum id link extraction v1.1.4: Removed the use of referer.us. v1.1.3: Bug fix for false-negative of new post. v1.1.2: Added simple monitoring algorithm. Use badge to show new post. Open option page for simple preference. v1.1.1: Added loading stage to look more responsive. Resized a little bit with a vertical scrollbar. v1.1: Added option page to change the Forum ID. (For advanced users) v1.0: Topic listing of the programming group of www.discuss.com.hk. Road maps: - Tracking of visited groups and present them as choices in the popup view. - Use badge to show the number of total number of new posts. - Add option page to allow more preferences. - Monitoring specific group/user/thread. Usage tips: - Right click on the extension icon to open option page. - Examine the fid by look at the discuss.com.hk.........fid=XXX and set in the option page to monitor group other than the programming. Feel free to request features or discuss on the support & FAQ link below. Editable ideas/design document on Google Docs: http://docs.google.com/Doc?docid=0AbgHsVEL-lZ3ZG0zcjRqd18xOTVjMnRjcDRkeg&hl=en Let's share your precious opinion with me!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Forum feeder |
ID | lacehiekfhdliccooamkkonhdikhpaaf |
URL Chính Thức | https://chromewebstore.google.com/detail/forum-feeder/lacehiekfhdliccooamkkonhdikhpaaf |
Mô tả | A forum monitor. (In slow development) |
Kích Thước Tệp | 42.27 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2014-04-26 |
Ngày Phát Hành | 2014-04-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nothize |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/nothize/ffeeder |
URL Trang Trợ Giúp | http://groups.google.com/group/open-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forum feeder", "manifest_version": 2, "version": "1.3.1", "description": "A forum monitor. (In slow development)", "background": { "page": "bg.html", "persistent": false }, "icons": { "19": "icon_19.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_19.png", "default_title": "Forum Feeder", "default_popup": "popup.html" }, "permissions": [ "alarms", "tabs", "http:\/\/*.discuss.com.hk\/*" ], "options_page": "options.html" } |