Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

Motivationคืออะไร?

Motivation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmytrii Lysak และคุณลักษณะหลักของมันคือ "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear."

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

screenshot

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

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

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

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

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

ชื่อ Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
คำอธิบาย Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
ขนาดไฟล์ 2.01 MB
จำนวนการติดตั้ง 629
เวอร์ชันปัจจุบัน 0.6.6.1
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-06-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dmytrii Lysak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://motivation-new-tab.github.io/
URL หน้าช่วยเหลือ https://github.com/Lysak/motivation/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}