The Creative Independent’s Extension

Displays a quote from The Creative Independent on your new tab.

The Creative Independent’s Extensionคืออะไร?

The Creative Independent’s Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thecreativeindependent.com และคุณลักษณะหลักของมันคือ "Displays a quote from The Creative Independent on your new tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Creative Independent’s Extension

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

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

                        Any time you open a new tab, you’ll see a quote from an interview on The Creative Independent. It’s a good way to remember TCI exists as you go about your browsing rituals. 

This new tab Chrome extension can be run completely offline. When you go back online, it will pull new quotes from TCI. Our Chrome extension will never track your browsing history or collect any data about you. It’s also completely open source.                    

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

ชื่อ The Creative Independent’s Extension The Creative Independent’s Extension
ID hfpihhnbilfkcjakaeopanccjlcnnefp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp
คำอธิบาย Displays a quote from The Creative Independent on your new tab.
ขนาดไฟล์ 25.36 KB
จำนวนการติดตั้ง 1,464
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2022-09-27
วันที่เผยแพร่ 2019-10-30
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://thecreativeindependent.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thecreativeindependent.com/extension/
URL หน้าช่วยเหลือ https://thecreativeindependent.com/extension/
URL หน้านโยบายความเป็นส่วนตัว https://thecreativeindependent.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Creative Independent\u2019s Extension",
    "version": "2.0.2",
    "description": "Displays a quote from The Creative Independent on your new tab.",
    "icons": {
        "16": ".\/icons\/tci-chrome-16.png",
        "48": ".\/icons\/tci-chrome-48.png",
        "128": ".\/icons\/tci-chrome-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thecreativeindependent.com\/api\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}