AnyTime

Seamlessly convert time zones and add to your calendar with AnyTime.

AnyTimeคืออะไร?

AnyTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaoruu และคุณลักษณะหลักของมันคือ "Seamlessly convert time zones and add to your calendar with AnyTime."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Converting time zones is a pain. So many websites, extensions, and confusions. 

Not with AnyTime.

AnyTime is your go-to time converter that works perfectly with your workflow.

⏳ Convert Time
- Highlight the time or open the extension  

📆 Add to Calendar 
- Add to any of your calendar (Google, Apple, Yahoo, Outlook) 

🔥 To help us improve, we would love to hear your feedback and any suggestions for future updates!                    

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

ชื่อ AnyTime AnyTime
ID afenjmeaoeobpikeliigimidhakelggd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd
คำอธิบาย Seamlessly convert time zones and add to your calendar with AnyTime.
ขนาดไฟล์ 2.01 MB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-10-18
วันที่เผยแพร่ 2020-10-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา shaoruu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyTime",
    "short_name": "AnyTime",
    "version": "0.0.2",
    "description": "Seamlessly convert time zones and add to your calendar with AnyTime.",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "AnyTime Popup"
    },
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/static\/css\/*.css",
        "\/static\/media\/*.png"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "geolocation"
    ]
}