Enjoy Dash

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

Enjoy Dashとは何ですか?

Enjoy DashはOmni Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Turns browser home screen into stunning wallpaper dashboard and live local weather forecast」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Enjoy Dash拡張機能のCRXファイルをダウンロード

Enjoy Dash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL 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"
    }
}