Change Timezone (Time Shift)

Easily change your timezone to a desired value and protect your privacy.

Change Timezone (Time Shift)คืออะไร?

Change Timezone (Time Shift) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Easily change your timezone to a desired value and protect your privacy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Timezone (Time Shift)

ดาวน์โหลดไฟล์ส่วนขยาย 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) Change Timezone (Time Shift)
ID nbofeaabhknfdcpoddmfckpokmncimpj
URL อย่างเป็นทางการ 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"
    }
}