Bookmark World Clock
Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
什麼是Bookmark World Clock?
Bookmark World Clock是由Sgtpanda開發的Chrome擴展程式,該擴展的主要功能是“Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily”。
擴展截圖
下載Bookmark World Clock擴展crx文件
下載Bookmark World Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add a clock from any location in the world to your bookmarks bar! App icon by icons8.
擴展基本資訊
名稱 | Bookmark World Clock |
ID | mfgdchikohkibmghmbklpiijfakcmlfl |
官方網址 | https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl |
簡介 | Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily |
檔案大小 | 902 KB |
安裝次數 | 561 |
目前版本 | 2.0 |
更新時間 | 2020-12-04 |
上架時間 | 2019-10-22 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Sgtpanda |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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'" } |