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.」です。
拡張機能のスクリーンショット
AnyTime拡張機能のCRXファイルをダウンロード
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!                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |