Dream Tab

Great application that replaces the default browser's new tab interface.

什么是Dream Tab?

Dream Tab是由DreamTab开发的Chrome扩展程序,该扩展的主要功能是“Great application that replaces the default browser's new tab interface.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Dream Tab扩展crx文件

下载Dream Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ứng dụng Dream Tab bao gồm rất nhiều ứng dụng tiện ích nhỏ bên trong. Nhằm mang đến cảm giác thoải mái và tiện dụng cho người dùng khi mở tab mới với 1 ứng dụng phù hợp, yêu thích.

Các ứng dụng hiện tại
- Dream Quotes - Quotes Hay Mỗi Ngày
- Dream Bookmarker

Ứng dụng sắp ra mắt
- Auto Shopee Xu - Tự động thu xu shopee khi mở trình duyệt
- Bot Tìm Nhà Chợ Tốt Tự Động - Tìm kiếm nhà theo các yêu cầu chi tiết, lọc theo nội dung tiêu đề, khu vực và thông báo về telegram hoặc email....                    

扩展基本信息

名称 Dream Tab Dream Tab
ID fllemmbmbdgkgcjdjkclbfddkmdmahhb
官方URL https://chromewebstore.google.com/detail/dream-tab/fllemmbmbdgkgcjdjkclbfddkmdmahhb
简介 Great application that replaces the default browser's new tab interface.
文件大小 2.01 MB
安装次数 474
当前版本 2.4.7
更新时间 2022-10-11
上架时间 2021-06-28
评分 5.00/5 共8次评分
开发者 DreamTab
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dreamtab.zobite.com
帮助页面URL https://dreamtab.zobite.com
隐私政策页面URL https://dreamtab.zobite.com/privacy-policy
支持的语言 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dream Tab",
    "homepage_url": "https:\/\/zobite.com\/DreamTab",
    "default_locale": "vi",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "alarms",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Dream Tab",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.ico"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "2.4.7",
    "description": "Great application that replaces the default browser's new tab interface."
}