timee
Convert date and time to your time zone with timee.io
What is timee?
timee is a Chrome extension developed by https://timee.io, and its main feature is "Convert date and time to your time zone with timee.io".
Extension Screenshots
Download timee Extension CRX File
Download timee extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
Official URL | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Description | Convert date and time to your time zone with timee.io |
File Size | 10.32 KB |
Installation Count | 637 |
Current Version | 1.1 |
Last Updated | 2021-04-22 |
Publish Date | 2020-05-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://timee.io |
[email protected] | |
Payment Type | free |
Extension Website | https://timee.io |
Supported Languages | 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" ] } |