FoxClocks

FoxClocks shows times around the world at the bottom of your browser. It deals with daylight saving time so you don't have to.

FoxClocksคืออะไร?

FoxClocks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foxclocks.org และคุณลักษณะหลักของมันคือ "FoxClocks shows times around the world at the bottom of your browser. It deals with daylight saving time so you don't have to."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FoxClocks

ดาวน์โหลดไฟล์ส่วนขยาย FoxClocks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FoxClocks lets you keep an eye on the time around the world - or just your local time - by putting small clocks in your statusbar. Choose from a set of useful time formats or create your own - custom formats are easy to create and very flexible.

Alternatively, just click on the FoxClocks icon next to your address bar for quick access to your clocks, without leaving the current web page. And if the statusbar is causing issues with the display of some web pages, you can disable it entirely from the Options page.

FoxClocks' Zone Picker tree lets you browse virtually all the world's time zones by country, region or city. Can't find your city? Use the 'Search Cities' feature to find virtually any city in the world.

FoxClocks automatically checks for updates to its time zone database, so you'll always have the right time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FoxClocks FoxClocks
ID obcbigljfpgappaaofailjjoabiikckk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/foxclocks/obcbigljfpgappaaofailjjoabiikckk
คำอธิบาย FoxClocks shows times around the world at the bottom of your browser. It deals with daylight saving time so you don't have to.
ขนาดไฟล์ 763 KB
จำนวนการติดตั้ง 65,763
เวอร์ชันปัจจุบัน 6.0.0
อัปเดตครั้งล่าสุด 2020-10-26
วันที่เผยแพร่ 2019-07-08
คะแนน 3.94/5 รวมทั้งหมด 209 คะแนน
ผู้พัฒนา https://foxclocks.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://foxclocks.org/
URL หน้าช่วยเหลือ https://foxclocks.org/extension-help
ภาษาที่รองรับ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Andy McDonald",
    "homepage_url": "https:\/\/foxclocks.org",
    "default_locale": "en",
    "version": "6.0.0",
    "background": {
        "page": "\/html\/background.html",
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            }
        }
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "19": "\/images\/icon19.png",
            "38": "\/images\/icon38.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "96": "\/images\/icon96.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/3rdparty\/jquery.min.js",
                "\/3rdparty\/moment-with-locales.min.js",
                "\/lib\/utils.js",
                "\/lib\/info.js",
                "\/lib\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/html\/statusbar.html",
        "\/css\/statusbar.css",
        "\/images\/bullet_toggle_minus.png",
        "\/images\/flags\/*.png"
    ]
}