Chrome Dashboard
Shiny new chrome browser new tab screen.
Chrome Dashboardคืออะไร?
Chrome Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.cenksari.com และคุณลักษณะหลักของมันคือ "Shiny new chrome browser new tab screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
New Tab Page Replacement. Add your favorite bookmarks and todo list to Chrome Dashboard. Customize your browser's background image. This free extension will make you more productive then ever.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ehmbackcndnlaemcmboagmfmealkfkla |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla |
คำอธิบาย | Shiny new chrome browser new tab screen. |
ขนาดไฟล์ | 3.38 MB |
จำนวนการติดตั้ง | 342 |
เวอร์ชันปัจจุบัน | 1.9.7 |
อัปเดตครั้งล่าสุด | 2022-05-24 |
วันที่เผยแพร่ | 2020-03-14 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://www.cenksari.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.cenksari.com |
URL หน้าช่วยเหลือ | https://www.cenksari.com |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Dashboard", "short_name": "New Tab page", "description": "Shiny new chrome browser new tab screen.", "version": "1.9.7", "manifest_version": 2, "author": "Cenk SARI ([email protected])", "homepage_url": "http:\/\/www.cenksari.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "pages\/dashboard.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/api.allorigins.win\/get https:\/\/www.metaweather.com\/api\/location*; object-src 'self'" } |