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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}