Dash
Replace new tab page with a personal dashboard.
ما هو Dash؟
Dash هو إضافة Chrome تم تطويرها بواسطة Ryan O'Connor، والميزة الرئيسية لها هي "Replace new tab page with a personal dashboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dash
قم بتنزيل ملفات الامتداد Dash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
• Google/Bing Search
• Weather
• New inspirational photo each day
• Customize the dashboard by showing/hiding widgets
• Feel good and get things done! معلومات أساسية عن التمديد
| الاسم | |
| ID | fingkpecgdmbaonemhpceblplfmhecmm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dash/fingkpecgdmbaonemhpceblplfmhecmm |
| الوصف | Replace new tab page with a personal dashboard. |
| حجم الملف | 539 KB |
| عدد التثبيتات | 106 |
| النسخة الحالية | 1.2.3 |
| آخر تحديث | 2017-08-30 |
| تاريخ النشر | 2017-08-30 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Ryan O'Connor |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"dash.js"
]
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/api.wunderground.com\/*",
"https:\/\/ssl.geoplugin.net\/*",
"https:\/\/dash.deesyl.com\/*",
"https:\/\/api.ryanoconr.com\/*"
],
"css": [
"cdn\/css\/main.min.css"
],
"js": [
"cdn\/js\/search.min.js",
"cdn\/js\/bgimg.min.js",
"cdn\/js\/clock.min.js",
"cdn\/js\/greeting.min.js",
"cdn\/js\/jquery.min.js",
"cdn\/js\/fa.min.js",
"cdn\/js\/settings.min.js",
"cdn\/js\/location.min.js",
"cdn\/js\/modernizr.min.js",
"cdn\/js\/weather.min.js",
"cdn\/js\/update.min.js"
]
}
],
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"48": "icons\/48.png"
},
"description": "Replace new tab page with a personal dashboard.",
"content_security_policy": "script-src 'self' https:\/\/api.wunderground.com\/ https:\/\/ssl.geoplugin.net\/ https:\/\/api.ryanoconr.com https:\/\/dash.deesyl.com\/ 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"name": "Dash",
"offline_enabled": true,
"permissions": [
"geolocation",
"unlimitedStorage"
],
"short_name": "Dash",
"version": "1.2.3"
} | |