timee
Convert date and time to your time zone with timee.io
O que é timee?
timee é uma extensão do Chrome desenvolvida por https://timee.io, e sua principal característica é "Convert date and time to your time zone with timee.io".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão timee
Baixe arquivos de extensão timee 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
This extension is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
Informações Básicas da Extensão
Nome | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
URL Oficial | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Descrição | Convert date and time to your time zone with timee.io |
Tamanho do Arquivo | 10.32 KB |
Contagem de Instalações | 637 |
Versão Atual | 1.1 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2020-05-04 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://timee.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://timee.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |