Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
ما هو Colorful Motivation - New Tab Page؟
Colorful Motivation - New Tab Page هو إضافة Chrome تم تطويرها بواسطة joshspicer، والميزة الرئيسية لها هي "Replaces the new tab page with colorful motivation.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Colorful Motivation - New Tab Page
قم بتنزيل ملفات الامتداد Colorful Motivation - New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace the (boring) new tab page with (fun and colorful) motivation. Displays your current age as it slowly ticks up, and generates a background color based on that moment. Easy to edit your birthday, just click the date in the bottom-left! Inspired by the idea put forth in Chrome extension "Motivation" by maccman. Open source on Github: https://github.com/joshspicer/colorful-motivation
معلومات أساسية عن التمديد
الاسم | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
الوصف | Replaces the new tab page with colorful motivation. |
حجم الملف | 178 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 0.31 |
آخر تحديث | 2018-08-22 |
تاريخ النشر | 2018-08-21 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | joshspicer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful Motivation - New Tab Page", "version": "0.31", "author": "Josh Spicer", "description": "Replaces the new tab page with colorful motivation.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |