Timer

Timer Chrome extention, by Pascal Pirate

Timerคืออะไร?

Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pascal Pirate และคุณลักษณะหลักของมันคือ "Timer Chrome extention, by Pascal Pirate"

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

screenshot
screenshot
screenshot

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

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

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

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

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

ชื่อ Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
คำอธิบาย Timer Chrome extention, by Pascal Pirate
ขนาดไฟล์ 819 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 3.2.1
อัปเดตครั้งล่าสุด 2017-03-15
วันที่เผยแพร่ 2017-03-15
ผู้พัฒนา Pascal Pirate
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}