AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
O que é AnyTime?
AnyTime é uma extensão do Chrome desenvolvida por shaoruu, e sua principal característica é "Seamlessly convert time zones and add to your calendar with AnyTime.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AnyTime
Baixe arquivos de extensão AnyTime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
URL Oficial | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
Descrição | Seamlessly convert time zones and add to your calendar with AnyTime. |
Tamanho do Arquivo | 2.01 MB |
Contagem de Instalações | 78 |
Versão Atual | 0.0.2 |
Última Atualização | 2020-10-18 |
Data de Publicação | 2020-10-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | shaoruu |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |