Binary Clock Tab

Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

Binary Clock Tabคืออะไร?

Binary Clock Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mac Chaffee และคุณลักษณะหลักของมันคือ "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before."

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

screenshot
screenshot

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

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

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

                        Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

See below for release notes:
https://github.com/mac-chaffee/binary-clock-tab/releases                    

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

ชื่อ Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
คำอธิบาย Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2017-02-16
วันที่เผยแพร่ 2017-02-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mac Chaffee
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mac-chaffee/binary-clock-tab
URL หน้าช่วยเหลือ https://github.com/mac-chaffee/binary-clock-tab/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Clock Tab",
    "short_name": "Binary Clock Tab",
    "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.",
    "version": "1.1.0",
    "author": "Mac Chaffee",
    "icons": {
        "128": "img\/binaryclock.png"
    },
    "browser_action": {
        "default_icon": "img\/binaryclock.png"
    },
    "background": {
        "scripts": [
            "js\/TabOpener.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "homepage_url": "https:\/\/github.com\/mac-chaffee\/binary-clock-tab"
}