Thought Of The Day New Tab

A new tab page that displays a random thought

Thought Of The Day New Tabคืออะไร?

Thought Of The Day New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yoonicode.com และคุณลักษณะหลักของมันคือ "A new tab page that displays a random thought"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thought Of The Day New Tab

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

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

                        Displays a random thought each day.
Includes jokes, insightful ponderings, and funny quotes.                    

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

ชื่อ Thought Of The Day New Tab Thought Of The Day New Tab
ID njlagipiginhdcflkbmepojhpddfegdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thought-of-the-day-new-ta/njlagipiginhdcflkbmepojhpddfegdl
คำอธิบาย A new tab page that displays a random thought
ขนาดไฟล์ 37.66 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2017-05-23
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://yoonicode.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://yoonicode.com/legal/totd.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thought Of The Day New Tab",
    "description": "A new tab page that displays a random thought",
    "version": "2.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "thoughtPage.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/cog-solid.png",
                "resources\/jquery-3.7.1.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}