Ketchup.today

Catch up with Reddit, Twitter, and Hacker News with customizable curation.

什麼是Ketchup.today?

Ketchup.today是由https://ketchup.today開發的Chrome擴展程式,該擴展的主要功能是“Catch up with Reddit, Twitter, and Hacker News with customizable curation.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Ketchup.today擴展crx文件

下載Ketchup.today擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!)                    

擴展基本資訊

名稱 Ketchup.today Ketchup.today
ID imjgfhhpjekpohdcmkmopebbhlllkoid
官方網址 https://chromewebstore.google.com/detail/ketchuptoday/imjgfhhpjekpohdcmkmopebbhlllkoid
簡介 Catch up with Reddit, Twitter, and Hacker News with customizable curation.
檔案大小 220 KB
安裝次數 734
目前版本 1.2
更新時間 2019-06-21
上架時間 2019-06-21
評分 3.25/5 共 4 次評分
開發者 https://ketchup.today
付費類型 free
支援的語言 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
}