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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ứ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."
}