Visualize Life

There are not that many dots, make them count.

ما هو Visualize Life؟

Visualize Life هو إضافة Chrome تم تطويرها بواسطة gabolobl، والميزة الرئيسية لها هي "There are not that many dots, make them count.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Visualize Life

قم بتنزيل ملفات الامتداد Visualize Life بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A unique reminder of how much has passed, and how little remains. We all go through life, but how often do we get to visualize it? 

This extension allows you gain some perspective every time you open a new tab. Enter your age once and see your life in years, months, or weeks; with every dot representing a unit of time. The filled are the ones you've already used, while the rest are yet to be experienced.

Opening a new tab is the perfect instance to get reminded of the limited nature of life, if you deem making each dot as meaningful as possible a worthy goal.

Find it valuable? Leave a review! 🙇‍♂️                    

معلومات أساسية عن التمديد

الاسم Visualize Life Visualize Life
ID enclepkojflpdjeabafigjjajhaafdmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/visualize-life/enclepkojflpdjeabafigjjajhaafdmm
الوصف There are not that many dots, make them count.
حجم الملف 354 KB
عدد التثبيتات 352
النسخة الحالية 1.1
آخر تحديث 2020-11-26
تاريخ النشر 2020-10-12
تقييم 5.00/5 مجموع تقييمات 2
المطور gabolobl
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://gabriellobl.github.io/visualize-life
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visualize Life",
    "description": "There are not that many dots, make them count.",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-jrHOPQPUW\/5pP6pFCb6qLsttDYIjiMI4Nr+jNdbwpNc='; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}