OrganizeYou - Out of sight, out of mind

Keep your todos always in-front of you

OrganizeYou - Out of sight, out of mindคืออะไร?

OrganizeYou - Out of sight, out of mind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ajay Prem Shankar และคุณลักษณะหลักของมันคือ "Keep your todos always in-front of you"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OrganizeYou - Out of sight, out of mind

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

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

                        This app has moved to BonsaiDash. 

https://chrome.google.com/webstore/detail/bonsaidash/godbhdaglfpokldmpchpidnbmlojkbga?hl=en&authuser=0

In times when being remote is not luxury but a necessity, 
it is easy to get distracted on the agenda for the day. 
How will you keep track of things that needs to be done today? How can you focus on the top 3 things that you need to work on the day? Well, you can write on a whiteboard or paper and look at it. But, distraction is kind-of a devil who'll make you forget to look at the list.

Presenting to you,
OrganizeYou, 
it is an extension/add-on for your browser and it replaces your new tab. 
It keeps todo for the day in front of you all the time. Idea is to keep adding tasks as minimalist as possible.

Apps are to help people. They shouldn't control our lives. OrganizeYou is one such app, and will remain to be so.
* No data collection.
* No hidden agenda. No spamming
* Does only what it says. No bullshit. Period.

At OrganizeYou talk so much about privacy, you might be wondering:

1. If there is no server how your tasks sync?
OrganizeYou doesn't have any server at all. We use browser inbuilt storage to store and sync data.
Reference: https://developer.chrome.com/apps/storage

App features:
* Lets you add todo by date.
* Use hashtags to group tasks.
* World clock (supports upto 3 clocks).
* Puts beautiful background everyday. 
* you can lock current wallpaper till you get tired of it
* or you can skip current wallpaper if you want.
* Lets you store and sync ~5000 active tasks. 
* The dark mode (like duh)
* Compact mode to hide tasks 
* Google search
* No reminders (There are too many app notifications/reminders, We're not going to be another one. EVER!)

OrganizeYou is a minimalistic app that replaces your new tab to let you change the way you manage your todo.
It makes sure todos are always in-front of you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OrganizeYou - Out of sight, out of mind OrganizeYou - Out of sight, out of mind
ID jbklehanlglahdjcjililkmdmbngffjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/organizeyou-out-of-sight/jbklehanlglahdjcjililkmdmbngffjn
คำอธิบาย Keep your todos always in-front of you
ขนาดไฟล์ 580 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 3.1.5
อัปเดตครั้งล่าสุด 2023-05-18
วันที่เผยแพร่ 2020-07-29
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Ajay Prem Shankar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/ajaypremshankar/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "OrganizeYou - Out of sight, out of mind",
    "name": "OrganizeYou - Out of sight, out of mind",
    "description": "Keep your todos always in-front of you",
    "version": "3.1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{e1a10003-0d34-47a2-8494-531ccf9a2314}",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-SMF\/HQZamhezKwkczh7dK9s+isXxfDtMmYKhi9gHmWw='; object-src 'self'"
}