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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}