Timer Mulp

Make Timer great again.

Timer Mulpคืออะไร?

Timer Mulp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gilnom และคุณลักษณะหลักของมันคือ "Make Timer great again."

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

screenshot
screenshot

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

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

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

                        The timer is easy to use. Has:

1.  2 types of time input.
2.  Displays the remaining time on the expansion icon.
3.  5 different timers independent of each other.                    

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

ชื่อ Timer Mulp Timer Mulp
ID ecnepgmnbjpnkpjmojhkbdboocldoccd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd
คำอธิบาย Make Timer great again.
ขนาดไฟล์ 3.68 MB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-10-24
วันที่เผยแพร่ 2019-07-30
ผู้พัฒนา Gilnom
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Mulp",
    "version": "1.2",
    "description": "Make Timer great again.",
    "icons": {
        "48": "icons\/stopwatch482.png",
        "96": "icons\/stopwatch962.png",
        "128": "icons\/stopwatch1282.png"
    },
    "browser_action": {
        "default_title": "Timer",
        "default_popup": "popup\/Timer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/elk.png",
        "icons\/play.png"
    ],
    "background": {
        "page": "popup\/nothi.html"
    }
}