MonkeyTab

MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.

什么是MonkeyTab?

MonkeyTab是由https://monkeytab.online开发的Chrome扩展程序,该扩展的主要功能是“MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.”。

扩展截图

screenshot
screenshot

下载MonkeyTab扩展crx文件

下载MonkeyTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MonkeyTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite monkey.

By selecting "Add to Chrome," I hereby consent to the installation of the MonkeyTab extension, the adjustment of Chrome™'s new tab search to the service's settings, and the acceptance of both the Terms of Use and Privacy Policy. Search results will be powered by Microsoft Bing.


MonkeyTab leaves your browser's search settings completely unchanged, except for the addition of a customized search box on your new tab page.

terms:
https://www.monkeytab.online/tos.html
privacy:
https://www.monkeytab.online/privacy.html                    

扩展基本信息

名称 MonkeyTab MonkeyTab
ID mnpiaeomebpobobgnmhbglibabmljbeh
官方URL https://chromewebstore.google.com/detail/monkeytab/mnpiaeomebpobobgnmhbglibabmljbeh
简介 MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.
文件大小 177 KB
安装次数 4,000
当前版本 1.1.3
更新时间 2023-12-29
上架时间 2023-12-27
开发者 https://monkeytab.online
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.monkeytab.online/
帮助页面URL https://www.monkeytab.online/#contact
隐私政策页面URL https://www.monkeytab.online/monkeytab.online/privacy.html
支持的语言 en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.",
    "icons": {
        "128": "\/media\/monkey128.png",
        "16": "\/media\/monkey16.png",
        "32": "\/media\/monkey32.png",
        "48": "\/media\/monkey48.png"
    },
    "manifest_version": 3,
    "name": "MonkeyTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "MonkeyTab",
    "host_permissions": [
        "*:\/\/*.monkeytab.online\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}