FATMAP New Tab (Official)

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

什麼是FATMAP New Tab (Official)?

FATMAP New Tab (Official)是由brandTURBO開發的Chrome擴展程式,該擴展的主要功能是“Get the best adventure inspiration every day with FATMAP’s New Tab Startpage”。

擴展截圖

screenshot
screenshot
screenshot

下載FATMAP New Tab (Official)擴展crx文件

下載FATMAP New Tab (Official)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 FATMAP New Tab (Official) FATMAP New Tab (Official)
ID bndbikbamokojgcibbjalfmifchlkeci
官方網址 https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci
簡介 Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
檔案大小 1.52 MB
安裝次數 32
目前版本 0.3.149
更新時間 2019-12-03
上架時間 2019-12-03
評分 5.00/5 共 1 次評分
開發者 brandTURBO
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.fatmap.com/
說明頁面URL https://www.fatmap.com/
隱私政策頁面URL https://www.brandturbo.vip/privacy
支援的語言 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"
        ]
    }
}