TurtlesTab

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

TurtlesTabคืออะไร?

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

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TurtlesTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TurtlesTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite turtle. It's also shows most frequent websites. By clicking "Add to chrome", I accept and agree to installing the TurtlesTab 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

terms: https://www.turtlestab.com/content/tos privacy: https://www.turtlestab.com/content/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TurtlesTab TurtlesTab
ID nhpolochcachnidmmfkdgpnhbjknahmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm
คำอธิบาย TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
ขนาดไฟล์ 206 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2023-08-30
ผู้พัฒนา https://turtlestab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.turtlestab.com
URL หน้าช่วยเหลือ https://www.turtlestab.com/content/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.turtlestab.com/content/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.",
    "icons": {
        "128": "\/media\/turtle128.png",
        "16": "\/media\/turtle16.png",
        "32": "\/media\/turtle32.png",
        "48": "\/media\/turtle48.png"
    },
    "manifest_version": 3,
    "name": "TurtlesTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "TurtlesTab",
    "host_permissions": [
        "*:\/\/*.TurtlesTab.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}