Daily Wisdom
Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…
ما هو Daily Wisdom؟
Daily Wisdom هو إضافة Chrome تم تطويرها بواسطة https://gabefen.com، والميزة الرئيسية لها هي "Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Daily Wisdom
قم بتنزيل ملفات الامتداد Daily Wisdom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Advice is only as good as what you paid for it, and this is a free extension.
Essentially every time you open up a new tab, a piece of advice or wisdom will appear to make you wiser throughout your day. معلومات أساسية عن التمديد
| الاسم | |
| ID | mnnifpoepkebdonijhhmfcmfmndmajde |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/daily-wisdom/mnnifpoepkebdonijhhmfcmfmndmajde |
| الوصف | Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a… |
| حجم الملف | 46.62 KB |
| عدد التثبيتات | 75 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2023-06-29 |
| تاريخ النشر | 2022-03-21 |
| المطور | https://gabefen.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://gabefen.com/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"action": {
"default_icon": {
"128": "images\/icon.png",
"16": "images\/icon.png",
"48": "images\/icon.png"
},
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "images\/icon.png",
"16": "images\/icon.png",
"48": "images\/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Ug6VyisTZSDOq4iejtCLbskTj9iXMI8hV93wlHwfmoPCBrPO9HEILh\/\/PV2vedwwXCw6K3+yOfv8a3TMuUwBTnc8FeT+GRx0G9un7QT\/R8SZN1USe058frPdRiOOSRmCF6il+gWYvsGjwXfIfFb3cfus5GK0hx6Xx5wS+76+KpyFlTpAJvTtdqcymkJexMKrllf95Mk\/iufYdoimZt0OrSfhkl4q+jEHU2ynEWutXVwED1ZPpkBhqB8aQ3wn6val+iV9HQet3zcWCQUpiaJ0lcBw6snJG9I5Bi+sIjiWZl6qtdCgi1ttSxCwsDGfIS6mff5oHlsDQfvWqoZI4EXQwIDAQAB",
"manifest_version": 3,
"name": "Daily Wisdom",
"options_page": "options.html",
"permissions": [
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0"
} | |