AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
What is AnyTime?
AnyTime is a Chrome extension developed by shaoruu, and its main feature is "Seamlessly convert time zones and add to your calendar with AnyTime.".
Extension Screenshots
Download AnyTime Extension CRX File
Download AnyTime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
Official URL | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
Description | Seamlessly convert time zones and add to your calendar with AnyTime. |
File Size | 2.01 MB |
Installation Count | 78 |
Current Version | 0.0.2 |
Last Updated | 2020-10-18 |
Publish Date | 2020-10-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | shaoruu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |