LionsTab

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

什么是LionsTab?

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

扩展截图

screenshot

下载LionsTab扩展crx文件

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

扩展使用说明

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

LionsTab customized your default New Tab Page and New Tab Search Box to an awesome custom one, allowing ou to change background to the lion you like :)

By clicking "Add to chrome", I accept and agree to installing the LionsTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing

LionsTab does not modify your browser's search settings in any way, other than setting a custom search box to your new tab page.                    

扩展基本信息

名称 LionsTab LionsTab
ID hfhngpkehnbiafbaghiedndoonebkkne
官方URL https://chromewebstore.google.com/detail/lionstab/hfhngpkehnbiafbaghiedndoonebkkne
简介 LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.
文件大小 152 KB
安装次数 8,000
当前版本 1.1.6
更新时间 2023-09-11
上架时间 2023-07-26
开发者 https://lionstab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.lionstab.com
帮助页面URL https://www.lionstab.com/content/contact
隐私政策页面URL https://www.lionstab.com/content/privacy
支持的语言 en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab.",
    "icons": {
        "128": "\/media\/lion128.png",
        "16": "\/media\/lion16.png",
        "32": "\/media\/lion32.png",
        "48": "\/media\/lion48.png"
    },
    "manifest_version": 3,
    "name": "LionsTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "lionsTab",
    "host_permissions": [
        "*:\/\/*.lionstab.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.6"
}