Timer

A Quick Timer to measure the amount of time spend...

Timerคืออะไร?

Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kumar Rajmani Bapat และคุณลักษณะหลักของมันคือ "A Quick Timer to measure the amount of time spend..."

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

screenshot
screenshot

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

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

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

                        countdown and countup timer with simple interface and ability to run multiple timers also works offline .
It helps you to keep track of your time to stay productive and alert about each and every moment ..
use ctrl+s to start and ctrl+shift+s to stop 
also use by clicking on icon.
  To set 15 minutes: 15. or 1500 (00:15:00)
   To set 72 hours (3 days): 72.. or 3... (3 00:00:00)
   To set 3 hours and 45 minutes: 345. or 3.45. (03:45:00)
   To set 90 seconds (1:30): 90 or 1.30 (00:01:30)

For Financial Support Indians can contribute at  upi id- k.rajmani@paytm 
and Foreigners/NRI's  using below link
https://www.paypal.com/paypalme/paramsiddha 
please contribute to support the efforts and so that will continue bring more such extensions to stay productive , also give your feedback and rating.
Thanks                    

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

ชื่อ Timer Timer
ID bohbpogiaghncopejphbbofgbfjjcbij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timer/bohbpogiaghncopejphbbofgbfjjcbij
คำอธิบาย A Quick Timer to measure the amount of time spend...
ขนาดไฟล์ 218 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-05-29
วันที่เผยแพร่ 2020-11-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Kumar Rajmani Bapat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://paramsiddha.wordpress.com/
URL หน้าช่วยเหลือ https://www.paypal.com/paypalme/paramsiddha
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "short_name": "countDown",
    "description": "A Quick Timer to measure the amount of time spend...",
    "version": "1.0.3",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "19": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/countdown.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "countDown",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "notifications",
        "background",
        "tts",
        "storage"
    ],
    "commands": {
        "timer-start": {
            "suggested_key": {
                "default": "Ctrl+S",
                "mac": "Command+S"
            },
            "description": "Start\/Pause badge timer"
        },
        "timer-stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Stop badge timer"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Q",
                "mac": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            }
        }
    }
}