Art Tab Club

Beautiful art wallpapers in a new tab.

Art Tab Clubคืออะไร?

Art Tab Club เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arttabclub.com และคุณลักษณะหลักของมันคือ "Beautiful art wallpapers in a new tab."

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

screenshot

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

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

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

                        The Art Tab Club extension gives you the ability to replace the wallpaper of the new tab with gorgeous images of modern art.

Privacy Policy: https://arttabclub.com/privacy.html
Terms of Use: https://arttabclub.com/terms.html

By click on «Add to Chrome» button in the top right hand corner and installing Art Tab Club extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.                    

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

ชื่อ Art Tab Club Art Tab Club
ID kpnjngadmedhmommmobbloahpfhnhdfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/art-tab-club/kpnjngadmedhmommmobbloahpfhnhdfg
คำอธิบาย Beautiful art wallpapers in a new tab.
ขนาดไฟล์ 7.78 KB
จำนวนการติดตั้ง 8,710
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-07-20
วันที่เผยแพร่ 2021-07-20
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://arttabclub.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://arttabclub.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Art Tab Club",
    "description": "Beautiful art wallpapers in a new tab.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/arttabclub.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}