Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
ما هو Influence؟
Influence هو إضافة Chrome تم تطويرها بواسطة https://petroskal.com، والميزة الرئيسية لها هي "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Influence
قم بتنزيل ملفات الامتداد Influence بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features:
• Clean minimal design
• Dark mode
• Stunning backgrounds
• To Do list
• Weather forecast
• Date & time
• Most visited links
• Full bookmarks list
• Recently added bookmarks
• Browsing history
• Download manager معلومات أساسية عن التمديد
| الاسم | |
| ID | ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| الوصف | Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience. |
| حجم الملف | 14.81 MB |
| عدد التثبيتات | 233 |
| النسخة الحالية | 2.3 |
| آخر تحديث | 2020-10-27 |
| تاريخ النشر | 2020-06-23 |
| تقييم | 4.25/5 مجموع تقييمات 4 |
| المطور | https://petroskal.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/kalpetros/influence |
| عنوان صفحة المساعدة | https://github.com/kalpetros/influence/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Influence",
"description": "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.",
"version": "2.3",
"author": "Petros Kalogiannakis",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"bookmarks",
"history",
"downloads",
"geolocation"
]
} | |