Dash

Replace new tab page with a personal dashboard.

Dash là gì?

Dash là một tiện ích mở rộng Chrome được phát triển bởi Ryan O'Connor, và tính năng chính của nó là "Replace new tab page with a personal dashboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dash

Tải xuống các tệp mở rộng Dash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        • Google/Bing Search
• Weather
• New inspirational photo each day
• Customize the dashboard by showing/hiding widgets
• Feel good and get things done!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dash Dash
ID fingkpecgdmbaonemhpceblplfmhecmm
URL Chính Thức https://chromewebstore.google.com/detail/dash/fingkpecgdmbaonemhpceblplfmhecmm
Mô tả Replace new tab page with a personal dashboard.
Kích Thước Tệp 539 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2017-08-30
Ngày Phát Hành 2017-08-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ryan O'Connor
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}