Bookmark World Clock
Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Vad är Bookmark World Clock?
Bookmark World Clock är en Chrome-tillägg utvecklad av Sgtpanda, och dess huvudfunktion är "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".
Tilläggsskärmbilder
Ladda ner Bookmark World Clock-förlängningens CRX-fil
Ladda ner Bookmark World Clock-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
Add a clock from any location in the world to your bookmarks bar! App icon by icons8.
Grundläggande Information om Tillägg
Namn | Bookmark World Clock |
ID | mfgdchikohkibmghmbklpiijfakcmlfl |
Officiell webbadress | https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl |
Beskrivning | Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily |
Filstorlek | 902 KB |
Antal Installationer | 561 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2020-12-04 |
Publiceringsdatum | 2019-10-22 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Sgtpanda |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |