AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
Hvad er AnyTime?
AnyTime er en Chrome-udvidelse udviklet af shaoruu, og dens hovedfunktion er "Seamlessly convert time zones and add to your calendar with AnyTime.".
Udvidelsesskærmbilleder
Download AnyTime-udvidelses-CRX-fil
Download AnyTime-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
Officiel URL | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
Beskrivelse | Seamlessly convert time zones and add to your calendar with AnyTime. |
Filstørrelse | 2.01 MB |
Antal Installationer | 78 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2020-10-18 |
Udgivelsesdato | 2020-10-12 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | shaoruu |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |