timee
Convert date and time to your time zone with timee.io
Wat is timee?
timee is een Chrome-extensie ontwikkeld door https://timee.io, en de belangrijkste functie is "Convert date and time to your time zone with timee.io".
Extensie Screenshots
Download het CRX-bestand van de extensie timee
Download timee-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
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.
Basisinformatie over de Extensie
Naam | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
Officiële URL | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Beschrijving | Convert date and time to your time zone with timee.io |
Bestandsgrootte | 10.32 KB |
Aantal Installaties | 637 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-04-22 |
Publicatiedatum | 2020-05-04 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://timee.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://timee.io |
Ondersteunde Talen | 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" ] } |