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
Eメール [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"
}