Bookmark World Clock
Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Cos'è Bookmark World Clock?
Bookmark World Clock è un'estensione di Chrome sviluppata da Sgtpanda, e la sua funzione principale è "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark World Clock
Scarica i file di estensione Bookmark World Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Add a clock from any location in the world to your bookmarks bar! App icon by icons8.
Informazioni di Base sull'Estensione
Nome | Bookmark World Clock |
ID | mfgdchikohkibmghmbklpiijfakcmlfl |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl |
Descrizione | Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily |
Dimensione del File | 902 KB |
Conteggio Installazioni | 561 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2020-12-04 |
Data di Pubblicazione | 2019-10-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Sgtpanda |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark World Clock", "version": "2.0", "manifest_version": 2, "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily", "icons": { "16": "icons\/timezone-16.png", "48": "icons\/timezone-48.png", "128": "icons\/timezone-128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "bookmarks", "alarms", "storage" ], "content_security_policy": "script-src 'self'; object-src 'none'" } |