Life Counter

Counting the moments of your life

ما هو Life Counter؟

Life Counter هو إضافة Chrome تم تطويرها بواسطة jin.alex، والميزة الرئيسية لها هي "Counting the moments of your life".

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

screenshot
screenshot
screenshot

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

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

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

                        Minimalistic counter that shows time between a specified date and now on all your new tabs.

v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to

Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.

Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc                    

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

الاسم Life Counter Life Counter
ID bnbpeolijjenmnpfiohapnejmhoecchh
عنوان URL الرسمي https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh
الوصف Counting the moments of your life
حجم الملف 104 KB
عدد التثبيتات 839
النسخة الحالية 2.0.0
آخر تحديث 2016-01-01
تاريخ النشر 2015-12-31
تقييم 4.88/5 مجموع تقييمات 8
المطور jin.alex
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Counter",
    "description": "Counting the moments of your life",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}