AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
Wat is AnyTime?
AnyTime is een Chrome-extensie ontwikkeld door shaoruu, en de belangrijkste functie is "Seamlessly convert time zones and add to your calendar with AnyTime.".
Extensie Screenshots
Download het CRX-bestand van de extensie AnyTime
Download AnyTime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
Officiële URL | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
Beschrijving | Seamlessly convert time zones and add to your calendar with AnyTime. |
Bestandsgrootte | 2.01 MB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-10-18 |
Publicatiedatum | 2020-10-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | shaoruu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |