First Day

Time ⏰ is the most valuable asset we have, yet we tend to forget this very easily. First Day is a New-Tab Chrome Extension that…

First Dayคืออะไร?

First Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getfirstday.net และคุณลักษณะหลักของมันคือ "Time ⏰ is the most valuable asset we have, yet we tend to forget this very easily. First Day is a New-Tab Chrome Extension that…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Time ⏰ is the most valuable asset we have, yet we tend to forget this very easily. First Day is a New-Tab Chrome Extension that encourages you to live a more meaningful life day by day: Every day, you'll be reminded that this is the first day of the rest of your life. You'll see how much time has already passed and how much time you may have left. Every morning, you are asked to write down how you want to make your day count. Each new tab you open will remind you of your mortality and intention for the day.

Each circle represents one week of your life. The age of your death is calculated by the country you are located in. This can be changed in the settings. There, you can also change colors and layout as well as other display settings. In addition, a bucket list will help you keep track of the things you want to do before you die. You’ll also find inspiration from successful people in some of the circles. 

Live greatly.                    

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

ชื่อ First Day First Day
ID pfklppgjoacidjefjbagcmkcfmfjbedj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/first-day/pfklppgjoacidjefjbagcmkcfmfjbedj
คำอธิบาย Time ⏰ is the most valuable asset we have, yet we tend to forget this very easily. First Day is a New-Tab Chrome Extension that…
ขนาดไฟล์ 7.37 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2022-06-06
ผู้พัฒนา https://getfirstday.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/7c7a6890-2951-4235-a55b-dcbde5197290
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "First Day",
    "short_name": "First Day",
    "version": "1.5.6",
    "description": "",
    "icons": {
        "128": "assets\/img\/brand\/icons\/128.png",
        "48": "assets\/img\/brand\/icons\/48.png",
        "32": "assets\/img\/brand\/icons\/32.png",
        "16": "assets\/img\/brand\/icons\/16.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "assets\/img\/brand\/icons\/48.png",
        "default_popup": "index.html?#\/popup?width=360&height=450&zoom=0.8",
        "default_title": "First Day"
    },
    "options_page": "index.html?#\/options",
    "chrome_url_overrides": {
        "newtab": "index.html?#\/tab"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/data\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'; worker-src 'self';"
    }
}