remindoro

Browsing Time Tracker and reminders for your chrome browser.

remindoroคืออะไร?

remindoro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://remindoro.app และคุณลักษณะหลักของมันคือ "Browsing Time Tracker and reminders for your chrome browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย remindoro

ดาวน์โหลดไฟล์ส่วนขยาย remindoro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}