Button Monitor

Keep a constant eye on the button countdown.

Button Monitorคืออะไร?

Button Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joshua Turner และคุณลักษณะหลักของมันคือ "Keep a constant eye on the button countdown."

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

screenshot

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

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

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

                        View button timer at all times, as well as the correlating color you would receive if you pressed it.

You can also set an alarm to go off where there are a certain number of seconds remaining. It will then either make a tab with /r/thebutton open active, or create a new tab with /r/thebutton.

Update 1.1:
When the alarm goes off, it checks to see if you currently have /r/thebutton open. If you do, it sets that tab to active for immediately clicking. Otherwise, it opens a new one and sets that to active.
You can now set an alarm for any number of seconds, no more predetermined values.
Reconnection is now greatly improved, no more negative digits.

-------------------------------

Update 1.0.5:
Added more options for alert, and the option to disable the countdown and only show the color variants.

Update 1.0.4:
You can now adjust the volume of the alert

Update 1.0.3:
Set a custom alert on the options page

Update 1.0.2:
Click on the icon to open /r/thebutton

Update 1.0.1:
Added hidpi icons                    

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

ชื่อ Button Monitor Button Monitor
ID eepbmkkfmnodohgncjlfkgljaagklekp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/button-monitor/eepbmkkfmnodohgncjlfkgljaagklekp
คำอธิบาย Keep a constant eye on the button countdown.
ขนาดไฟล์ 523 KB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.1.0.3
อัปเดตครั้งล่าสุด 2015-11-09
วันที่เผยแพร่ 2015-11-08
คะแนน 4.92/5 รวมทั้งหมด 105 คะแนน
ผู้พัฒนา Joshua Turner
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Button Monitor",
    "version": "1.1.0.3",
    "description": "Keep a constant eye on the button countdown.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/joshuaturner.co",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/default.png",
            "38": "images\/[email protected]"
        },
        "default_title": "Button Monitor"
    }
}