FATMAP New Tab (Official)

Get the best adventure inspiration every day with FATMAP’s New Tab Startpage

FATMAP New Tab (Official) là gì?

FATMAP New Tab (Official) là một tiện ích mở rộng Chrome được phát triển bởi brandTURBO, và tính năng chính của nó là "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".

Ả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 FATMAP New Tab (Official)

Tải xuống các tệp mở rộng FATMAP New Tab (Official) 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

                        A fast and useful new tab page with everything that you need to start browsing. Upgrade your Chrome home page with powerful bang searches, quick access to popular web sites and awesome responsive layout.                    

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

Tên FATMAP New Tab (Official) FATMAP New Tab (Official)
ID bndbikbamokojgcibbjalfmifchlkeci
URL Chính Thức https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci
Mô tả Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Kích Thước Tệp 1.52 MB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.3.149
Cập Nhật Lần Cuối 2019-12-03
Ngày Phát Hành 2019-12-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển brandTURBO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fatmap.com/
URL Trang Trợ Giúp https://www.fatmap.com/
URL Trang Chính Sách Bảo Mật https://www.brandturbo.vip/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FATMAP New Tab (Official)",
    "version": "0.3.149",
    "description": "Get the best adventure inspiration every day with FATMAP\u2019s New Tab Startpage",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "tabs",
        "storage",
        "topSites",
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}