Hours Calculator

Display a weekly summary for choosen Google Calendar.

Hours Calculatorคืออะไร?

Hours Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maciej Staniuk และคุณลักษณะหลักของมันคือ "Display a weekly summary for choosen Google Calendar."

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ Hours Calculator Hours Calculator
ID lbphhafckkdoahdnnfedeichbhbibedp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hours-calculator/lbphhafckkdoahdnnfedeichbhbibedp
คำอธิบาย Display a weekly summary for choosen Google Calendar.
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.0.0.20
อัปเดตครั้งล่าสุด 2018-09-16
วันที่เผยแพร่ 2018-09-16
ผู้พัฒนา Maciej Staniuk
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hours Calculator",
    "version": "0.0.0.20",
    "description": "Display a weekly summary for choosen Google Calendar.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Calendar Helper",
        "default_popup": "html\/index.html"
    },
    "icons": {
        "18": "icons\/baseline-schedule-black-18\/1x\/baseline_schedule_black_18dp.png",
        "24": "icons\/baseline-schedule-black-24\/1x\/baseline_schedule_black_24dp.png",
        "48": "icons\/baseline-schedule-black-24\/2x\/baseline_schedule_black_24dp.png",
        "96": "icons\/baseline-schedule-black-48\/2x\/baseline_schedule_black_48dp.png"
    },
    "background": {
        "scripts": [
            "src\/out\/background.js"
        ],
        "persistent": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvdv8BRv5PaszhYo00lsVG8S7JZhKBuHTg0pxgubVv2rPykiHzBXK\/JgYMCcDRnA0hQ8DmHpWNs5Lx0lu\/rxHEoGK5qNf+lh0FPLRFC6HCplwYa30D0\/A2lY9\/6rYKO0NrLw6LKZlmiQRaW9QHp\/I8j63rxdigRhhf7kxfU13RJyo3djcvBjMWcJIESL1DGZUrBeTSUPlmSTvPDt3VTabMq9P+\/cZeFYCLeWZFjZt0A7i4AK26qR2RjgWM0FlvTtjqIsKoO5jg2\/l5q0HJ83p6d1LBHT43xchoEJgnf+p0K6JWzomGZT0QH9rOlNWSR5ARXk1GsB6qI8eUw37BqCQCQIDAQAB",
    "oauth2": {
        "client_id": "55561893459-sgrahob0taitfom96e8gvdf6ned9qq8s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "cookies",
        "https:\/\/www.googleapis.com\/calendar\/v3\/*"
    ]
}