Time Converter List
This extension will convert time from one time zone to another and show in list
What is Time Converter List?
Time Converter List is a Chrome extension developed by babishshrestha, and its main feature is "This extension will convert time from one time zone to another and show in list".
Extension Screenshots
Download Time Converter List Extension CRX File
Download Time Converter List 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 will provide a list comparing corresponding times from different selected timezone.
Extension Basic Information
Name | |
ID | oaopihpjhekjkdklbfcjocjfddejjnbi |
Official URL | https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi |
Description | This extension will convert time from one time zone to another and show in list |
File Size | 34.53 KB |
Installation Count | 25 |
Current Version | 1.0.0 |
Last Updated | 2016-05-18 |
Publish Date | 2016-05-18 |
Developer | babishshrestha |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Converter List", "description": "This extension will convert time from one time zone to another and show in list", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_title": "Timezone Converter List", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |