Save Turtle Tab

Wallpapers with rare species of turtles in a new tab.

Save Turtle Tabคืออะไร?

Save Turtle Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saveturtletab.com และคุณลักษณะหลักของมันคือ "Wallpapers with rare species of turtles in a new tab."

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

screenshot

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

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

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

                        Install Save Turtle Tab to enjoy hi-res turtle wallpapers in your start page.

Features:

- New tab background images with turtles
- Quick access to the search bar
- Speed dial with popular social networks

By clicking "Add to Chrome", I accept and agree to installing the Save Turtle Tab and the Terms of Use and Privacy Policy. The new tab search provider will be set to Microsoft Bing.

Terms of Service: https://saveturtletab.com/terms.html
Privacy Policy: https://saveturtletab.com/privacy.html                    

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

ชื่อ Save Turtle Tab Save Turtle Tab
ID cjbclahodcgffgpcdokophcaeahpjddj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-turtle-tab/cjbclahodcgffgpcdokophcaeahpjddj
คำอธิบาย Wallpapers with rare species of turtles in a new tab.
ขนาดไฟล์ 7.86 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-12-09
วันที่เผยแพร่ 2021-07-20
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://saveturtletab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://saveturtletab.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Save Turtle Tab",
    "description": "Wallpapers with rare species of turtles in a new tab.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/saveturtletab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}