Timezone
Timezone - track the time across the globe
Vad är Timezone?
Timezone är en Chrome-tillägg utvecklad av Mr. Adhart Punjabi, och dess huvudfunktion är "Timezone - track the time across the globe".
Tilläggsskärmbilder
Ladda ner Timezone-förlängningens CRX-fil
Ladda ner Timezone-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
Whether you are a business man or a business woman, have relatives abroad or a world traveler, this is the extension for you.
With the Timezone new-tab extension you can know what time it is anywhere, anytime!
Try it now: https://timezone-ext.com/
By clicking “Add to Chrome”, you accept and agree to installing the Timezone extension and setting Chrome New-Tab Search provider to Microsoft Bing as described by the service in the Terms of Use (https://timezone-ext.com/end-user-license-agreement/)
and Privacy Policy (https://timezone-ext.com/privacy-policy-2/) Grundläggande Information om Tillägg
| Namn | |
| ID | efpmjdhcbibibhlclhnaacacoocdhcgl |
| Officiell webbadress | https://chromewebstore.google.com/detail/timezone/efpmjdhcbibibhlclhnaacacoocdhcgl |
| Beskrivning | Timezone - track the time across the globe |
| Filstorlek | 1.3 MB |
| Antal Installationer | 159,067 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-09-08 |
| Publiceringsdatum | 2023-05-30 |
| Betyg | 4.60/5 Totalt 20 Betyg |
| Utvecklare | Mr. Adhart Punjabi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://timezone-ext.com/ |
| Hjälpsida URL | https://timezone-ext.com/#contact-us |
| URL till Sekretesspolicy Sidan | https://timezone-ext.com/privacy-policy-2 |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.1",
"name": "Timezone",
"description": "Timezone - track the time across the globe",
"permissions": [
"storage",
"unlimitedStorage"
],
"icons": {
"128": "img\/icon.png"
},
"chrome_url_overrides": {
"newtab": "search.html"
}
} | |