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”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | bndbikbamokojgcibbjalfmifchlkeci |
官方URL | 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" ] } } |