Today's Date
Show's you today's date and some other info...
Today's Dateคืออะไร?
Today's Date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Show's you today's date and some other info..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Today's Date
ดาวน์โหลดไฟล์ส่วนขยาย Today's Date ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a simple extension that will show you today's date and some related info. Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ... You can change the date format on the options page (right-click on the extension's icon and select "Options")
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Today's Date |
ID | lpcdfhjklgjchkpphafdcadodnbgkllm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm |
คำอธิบาย | Show's you today's date and some other info... |
ขนาดไฟล์ | 67.12 KB |
จำนวนการติดตั้ง | 663 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2017-10-12 |
วันที่เผยแพร่ | 2017-10-12 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://singleclickapps.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://singleclickapps.com/todays-extension |
URL หน้านโยบายความเป็นส่วนตัว | https://singleclickapps.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Today's Date ", "version": "1.0.0.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/todays-extension", "description": "Show's you today's date and some other info...", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [], "offline_enabled": true, "incognito": "spanning", "browser_action": { "default_icon": "icon.png", "default_title": "Today's Date", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |