Bookmark World Clock
Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Was ist Bookmark World Clock?
Bookmark World Clock ist eine Chrome-Erweiterung, die von Sgtpanda entwickelt wurde, und ihr Hauptmerkmal ist "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".
Erweiterungsscreenshots
Bookmark World Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark World Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add a clock from any location in the world to your bookmarks bar! App icon by icons8.
Grundlegende Informationen zur Erweiterung
Name | Bookmark World Clock |
ID | mfgdchikohkibmghmbklpiijfakcmlfl |
Offizielle URL | https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl |
Beschreibung | Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily |
Dateigröße | 902 KB |
Installationsanzahl | 561 |
Aktuelle Version | 2.0 |
Letztes Update | 2020-12-04 |
Veröffentlichungsdatum | 2019-10-22 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Sgtpanda |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |