FATMAP New Tab (Official)
Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Hvad er FATMAP New Tab (Official)?
FATMAP New Tab (Official) er en Chrome-udvidelse udviklet af brandTURBO, og dens hovedfunktion er "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".
Udvidelsesskærmbilleder
Download FATMAP New Tab (Official)-udvidelses-CRX-fil
Download FATMAP New Tab (Official)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | bndbikbamokojgcibbjalfmifchlkeci |
Officiel URL | https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci |
Beskrivelse | Get the best adventure inspiration every day with FATMAP’s New Tab Startpage |
Filstørrelse | 1.52 MB |
Antal Installationer | 32 |
Nuværende Version | 0.3.149 |
Senest Opdateret | 2019-12-03 |
Udgivelsesdato | 2019-12-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | brandTURBO |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.fatmap.com/ |
Hjælpeside-URL | https://www.fatmap.com/ |
URL til Fortrolighedspolitik Side | https://www.brandturbo.vip/privacy |
Understøttede Sprog | 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" ] } } |