Ketchup.today
Catch up with Reddit, Twitter, and Hacker News with customizable curation.
Ketchup.today là gì?
Ketchup.today là một tiện ích mở rộng Chrome được phát triển bởi https://ketchup.today, và tính năng chính của nó là "Catch up with Reddit, Twitter, and Hacker News with customizable curation.".
Ả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 Ketchup.today
Tải xuống các tệp mở rộng Ketchup.today 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
Ketchup lets you catch up with people and topics that you care about on your own terms. Just because a friend on social media posts multiple times a day doesn't make him or her more important than another friend that only posts once a week. Ketchup is an experiment to solve this problem by providing a basic configurable algorithm. We believe that letting you batch information by selecting your own interval is a better way of staying up to date. For the example above with the two friends, you would see one digest for each which enables you to allocate your time. This is by no means a perfect solution but it is a good step forward. Caveat: We are using emails for the digests (for now) so you must be familiar with organizing and archiving emails. It's not as bad as you might think but if you have a super busy inbox, we would recommend creating a "Ketchup" label or a separate email account. KEY FEATURES - Supports Reddit, Twitter, and Hacker News (more on the way). - Delivers content straight to your inbox. - Customizable schedule. - Filters (e.g. Exclude retweets) https://ketchup.today/ https://github.com/charleshan/ketchup-chrome-extension (This Chrome extension is only three lines long but it gets the job done!)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ketchup.today |
ID | imjgfhhpjekpohdcmkmopebbhlllkoid |
URL Chính Thức | https://chromewebstore.google.com/detail/ketchuptoday/imjgfhhpjekpohdcmkmopebbhlllkoid |
Mô tả | Catch up with Reddit, Twitter, and Hacker News with customizable curation. |
Kích Thước Tệp | 220 KB |
Số Lần Cài Đặt | 734 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-06-21 |
Ngày Phát Hành | 2019-06-21 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://ketchup.today |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ketchup.today", "version": "1.2", "description": "Catch up with Reddit, Twitter, and Hacker News with customizable curation.", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |