timee
Convert date and time to your time zone with timee.io
Vad är timee?
timee är en Chrome-tillägg utvecklad av https://timee.io, och dess huvudfunktion är "Convert date and time to your time zone with timee.io".
Tilläggsskärmbilder
Ladda ner timee-förlängningens CRX-fil
Ladda ner timee-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
Officiell webbadress | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Beskrivning | Convert date and time to your time zone with timee.io |
Filstorlek | 10.32 KB |
Antal Installationer | 637 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-04-22 |
Publiceringsdatum | 2020-05-04 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://timee.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://timee.io |
Stödda Språk | 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" ] } |