remindoro

Browsing Time Tracker and reminders for your chrome browser.

remindoro란 무엇입니까?

remindoro은(는) https://remindoro.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browsing Time Tracker and reminders for your chrome browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Browsing time tracker and better reminders for your chrome browser.

Remindoro helps you do the following

 - Track time spent on browsing websites (e.g. social media sites)
 - set one-time/repeat reminders in your browser.

Time Tracker:

Track time spent on website like social media for healthy digital habits.

Reminders:

Reminders in Chrome Browsers. Get Chrome Notifications for links to read/notes/activities .... etc. You can set one-time/repeatable reminders or just use as an general note taking app.

Remindoro Extension is Ad Free.

Features:

Set Reminders:

Schedule one-time reminders or repeatable Reminders. You can set reminders to repeat for minutes, hours, days or months. Get Notified in Chrome Browser for every reminder you set. You can also view all the scheduled reminders in an easy way.

Save Pages to Read Later:

Just right click and press "Add to Remindoro" to save the current web page to the Remindoro Extension. You can then schedule to read it later. You can also select a text and press "Save text to Remindoro" to save the selected text.

Take Notes:

Remindoro can also be used as an generic note taking app even if you do not want to set reminders.

-------------------------------

Please rate and give your feedbacks in chrome web store.                    

확장 프로그램 기본 정보

이름 remindoro remindoro
ID njmniggbfobokemdjebnhmbldimkofkc
공식 URL https://chromewebstore.google.com/detail/remindoro/njmniggbfobokemdjebnhmbldimkofkc
설명 Browsing Time Tracker and reminders for your chrome browser.
파일 크기 573 KB
설치 횟수 1,847
현재 버전 1.6.3
최근 업데이트 2023-11-17
출시 날짜 2019-06-16
평점 4.13/5 총 31 개의 평점
개발자 https://remindoro.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://remindoro.app
도움말 페이지 URL https://remindoro.app
개인정보 보호 정책 페이지 URL https://remindoro.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "remindoro",
    "version": "1.6.3",
    "manifest_version": 3,
    "description": "Browsing Time Tracker and reminders for your chrome browser.",
    "icons": {
        "16": "img\/remindoro-icon-16.png",
        "128": "img\/remindoro-icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "background",
        "contextMenus",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/remindoro.app\/*"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "19": "img\/remindoro-icon-19.png",
            "38": "img\/remindoro-icon-38.png"
        },
        "default_title": "Remindoro",
        "default_popup": "popup.html"
    }
}