Tab Reminder

Quickly set reminders to revisit specific web pages.

Tab Reminder란 무엇입니까?

Tab Reminder은(는) Garrett Grimm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly set reminders to revisit specific web pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tab Reminder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever opened a website and said to yourself "I'd like to look at this more, but maybe later"?  This extension makes it simple to remind yourself to revisit any website when you decide.

Reminders are shown as native Chrome notifications, and when clicked you will be taken back to the site.  You can also snooze reminders for 15 minutes.

✅ Note that browser notifications must be enabled for you to receive them.                    

확장 프로그램 기본 정보

이름 Tab Reminder Tab Reminder
ID emjkjhniepjnianimdjmjndnjdanjmmk
공식 URL https://chromewebstore.google.com/detail/tab-reminder/emjkjhniepjnianimdjmjndnjdanjmmk
설명 Quickly set reminders to revisit specific web pages.
파일 크기 476 KB
설치 횟수 978
현재 버전 1.1.2
최근 업데이트 2022-01-29
출시 날짜 2021-09-29
평점 4.50/5 총 8 개의 평점
개발자 Garrett Grimm
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://appsumo.com/products/chrome-tab-reminder/
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Reminder",
    "description": "Quickly set reminders to revisit specific web pages.",
    "version": "1.1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "home.html",
    "background": {
        "service_worker": "build\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Tab Reminder",
        "default_icon": {
            "16": "\/img\/bell-16.png",
            "32": "\/img\/bell-32.png",
            "48": "\/img\/bell-48.png",
            "128": "\/img\/bell-128.png"
        }
    },
    "icons": {
        "16": "\/img\/bell-fill-16.png",
        "32": "\/img\/bell-fill-32.png",
        "48": "\/img\/bell-fill-48.png",
        "128": "\/img\/bell-fill-128.png"
    }
}