Change Timezone (Time Shift)
Easily change your timezone to a desired value and protect your privacy.
什麼是Change Timezone (Time Shift)?
Change Timezone (Time Shift)是由Yubi開發的Chrome擴展程式,該擴展的主要功能是“Easily change your timezone to a desired value and protect your privacy.”。
擴展截圖
下載Change Timezone (Time Shift)擴展crx文件
下載Change Timezone (Time Shift)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change Timezone (Time Shift) is an extension that let you easily and quickly change your timezone to the desired value and protect your privacy. Simply open the addon options page and select a desired timezone from the drop-down list. Once a timezone is selected, adjust the name and value fields if needed. Then reload all tabs for changes to take effect. Please note that this addon takes into account the daylight saving time. If you want to turn off the addon, simply click on the toolbar icon once (the icon color will turn to light grey). By default, the addon is active (the toolbar icon has dark grey color). To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/change-timezone.html).
擴展基本資訊
名稱 | Change Timezone (Time Shift) |
ID | nbofeaabhknfdcpoddmfckpokmncimpj |
官方網址 | https://chromewebstore.google.com/detail/change-timezone-time-shif/nbofeaabhknfdcpoddmfckpokmncimpj |
簡介 | Easily change your timezone to a desired value and protect your privacy. |
檔案大小 | 46.04 KB |
安裝次數 | 20,000 |
目前版本 | 0.1.6 |
更新時間 | 2022-11-10 |
上架時間 | 2020-05-06 |
評分 | 3.38/5 共 34 次評分 |
開發者 | Yubi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/change-timezone.html |
說明頁面URL | https://mybrowseraddon.com/change-timezone.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "manifest_version": 3, "offline_enabled": true, "short_name": "change-timezone", "host_permissions": [ "*:\/\/*\/*" ], "name": "Change Timezone (Time Shift)", "homepage_url": "https:\/\/mybrowseraddon.com\/change-timezone.html", "description": "Easily change your timezone to a desired value and protect your privacy.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "scripting", "contextMenus", "webNavigation" ], "action": { "default_title": "Change Timezone (Time Shift)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |