simpleClock

Shows a simple clock top right in the browser. The color is free selectable.

simpleClockคืออะไร?

simpleClock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Dietz และคุณลักษณะหลักของมันคือ "Shows a simple clock top right in the browser. The color is free selectable."

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

screenshot

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

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

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

                        Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.                    

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

ชื่อ simpleClock simpleClock
ID gdpdmdkjppdbhdbnkalaigilmdjkiine
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine
คำอธิบาย Shows a simple clock top right in the browser. The color is free selectable.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2021-08-31
วันที่เผยแพร่ 2013-01-05
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Stefan Dietz
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/sdvg/simpleClock_v2/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "simpleClock",
    "version": "2.3",
    "manifest_version": 2,
    "permissions": [],
    "description": "Shows a simple clock top right in the browser. The color is free selectable.",
    "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/lib\/dateformat.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}