LionsTab

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

LionsTabคืออะไร?

LionsTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lionstab.com และคุณลักษณะหลักของมันคือ "LionsTab Chrome extension is designed to bring beautiful images of a variety of Lion species to your browser's new tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LionsTab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}