Motivation (devm33 fork)
Replace new tab page with Motivation
ما هو Motivation (devm33 fork)؟
Motivation (devm33 fork) هو إضافة Chrome تم تطويرها بواسطة devm33، والميزة الرئيسية لها هي "Replace new tab page with Motivation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Motivation (devm33 fork)
قم بتنزيل ملفات الامتداد Motivation (devm33 fork) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Displays a counter of your age in years to eight decimal places on the new tab page. Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.
معلومات أساسية عن التمديد
الاسم | Motivation (devm33 fork) |
ID | edaphnidncfdooaldnhdmijjephlbehh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh |
الوصف | Replace new tab page with Motivation |
حجم الملف | 323 KB |
عدد التثبيتات | 165 |
النسخة الحالية | 0.5 |
آخر تحديث | 2014-11-16 |
تاريخ النشر | 2014-11-16 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | devm33 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/devm33/motivation |
عنوان صفحة المساعدة | https://github.com/devm33/motivation |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Motivation (devm33 fork)", "offline_enabled": true, "version": "0.5" } |