Enjoy Dash

Turns browser home screen into stunning wallpaper dashboard and live local weather forecast

ما هو Enjoy Dash؟

Enjoy Dash هو إضافة Chrome تم تطويرها بواسطة Omni Solutions، والميزة الرئيسية لها هي "Turns browser home screen into stunning wallpaper dashboard and live local weather forecast".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Enjoy Dash

قم بتنزيل ملفات الامتداد Enjoy Dash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Enjoy Dash you can actually "enjoy" amazing photos on your Chrome's new tab screen. Each photo is carefully selected to provide most amazing experience you're ever had with your new tab page. Beside that they are automatically changed during the day. For most of photos you can get location details and follow a link to maps to find out more about place where it was taken.
Also you'll get accurate and up-to-date weather forecast for your local area so you could be always ready for changing weather condition just using your browser as usual. 
The enjoy dash extension will update your search settings and will change your search engine to Bing.
By clicking "Add to chrome", I accept and agree to installing the Enjoy Dash Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy
Privacy Policy: https://www.enjoydash.net/privacy-policy
Terms of Service: https://www.enjoydash.net/terms-of-service
If you have any questions please contact us at [email protected]                    

معلومات أساسية عن التمديد

الاسم Enjoy Dash Enjoy Dash
ID jbmlplamocjhjhodhcnampkkbopjabhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/enjoy-dash/jbmlplamocjhjhodhcnampkkbopjabhl
الوصف Turns browser home screen into stunning wallpaper dashboard and live local weather forecast
حجم الملف 559 KB
عدد التثبيتات 1,504
النسخة الحالية 1.3.0
آخر تحديث 2020-07-03
تاريخ النشر 2020-07-03
تقييم 5.00/5 مجموع تقييمات 1
المطور Omni Solutions
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.enjoydash.net/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enjoy Dash",
    "version": "1.3.0",
    "description": "Turns browser home screen into stunning wallpaper dashboard and live local weather forecast",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/storage.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}