Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
ما هو Motivation Todo list with age counter.؟
Motivation Todo list with age counter. هو إضافة Chrome تم تطويرها بواسطة wojciech.kokorzycki، والميزة الرئيسية لها هي "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Motivation Todo list with age counter.
قم بتنزيل ملفات الامتداد Motivation Todo list with age counter. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
الوصف | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
حجم الملف | 489 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2017-03-18 |
تاريخ النشر | 2017-03-18 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | wojciech.kokorzycki |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivation Todo list with age counter.", "version": "0.1.1", "manifest_version": 2, "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |