Bookmark World Clock
Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Hvad er Bookmark World Clock?
Bookmark World Clock er en Chrome-udvidelse udviklet af Sgtpanda, og dens hovedfunktion er "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".
Udvidelsesskærmbilleder
Download Bookmark World Clock-udvidelses-CRX-fil
Download Bookmark World Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add a clock from any location in the world to your bookmarks bar! App icon by icons8. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mfgdchikohkibmghmbklpiijfakcmlfl |
| Officiel URL | https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl |
| Beskrivelse | Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily |
| Filstørrelse | 902 KB |
| Antal Installationer | 561 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2020-12-04 |
| Udgivelsesdato | 2019-10-22 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Sgtpanda |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |