FATMAP New Tab (Official)

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

Vad är FATMAP New Tab (Official)?

FATMAP New Tab (Official) är en Chrome-tillägg utvecklad av brandTURBO, och dess huvudfunktion är "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner FATMAP New Tab (Official)-förlängningens CRX-fil

Ladda ner FATMAP New Tab (Official)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FATMAP New Tab (Official) FATMAP New Tab (Official)
ID bndbikbamokojgcibbjalfmifchlkeci
Officiell webbadress https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci
Beskrivning Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Filstorlek 1.52 MB
Antal Installationer 32
Aktuell Version 0.3.149
Senast Uppdaterad 2019-12-03
Publiceringsdatum 2019-12-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare brandTURBO
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fatmap.com/
Hjälpsida URL https://www.fatmap.com/
URL till Sekretesspolicy Sidan https://www.brandturbo.vip/privacy
Stödda Språk 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"
        ]
    }
}