AnyTime

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

AnyTime란 무엇입니까?

AnyTime은(는) shaoruu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly convert time zones and add to your calendar with AnyTime."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AnyTime 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}