US Pacific Time (PT)
Displays current US Pacific Time.
Wat is US Pacific Time (PT)?
US Pacific Time (PT) is een Chrome-extensie ontwikkeld door SmartAzanClock, en de belangrijkste functie is "Displays current US Pacific Time.".
Extensie Screenshots
Download het CRX-bestand van de extensie US Pacific Time (PT)
Download US Pacific Time (PT)-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
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
Basisinformatie over de Extensie
Naam | US Pacific Time (PT) |
ID | mgbefemhgjomkfbchpgjioichelccdfd |
Officiële URL | https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd |
Beschrijving | Displays current US Pacific Time. |
Bestandsgrootte | 5.81 KB |
Aantal Installaties | 83 |
Huidige Versie | 0.0.1.9 |
Laatst Bijgewerkt | 2022-09-17 |
Publicatiedatum | 2021-07-16 |
Ontwikkelaar | SmartAzanClock |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://smartazanclock.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "0.0.1.9", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "88", "action": { "default_title": "__MSG_short_name__", "default_icon": { "128": "images\/_icon.png" } }, "icons": { "128": "images\/_icon.png" } } |