Theme of New Tab
Add a really cool picture to the new tab to brighten up your day.
Theme of New Tabคืออะไร?
Theme of New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://atavi.com และคุณลักษณะหลักของมันคือ "Add a really cool picture to the new tab to brighten up your day."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Theme of New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Theme of New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knflcnelciofoghldagpknelepafjeif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif |
คำอธิบาย | Add a really cool picture to the new tab to brighten up your day. |
ขนาดไฟล์ | 143 KB |
จำนวนการติดตั้ง | 9,337 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-06-08 |
วันที่เผยแพร่ | 2017-06-07 |
คะแนน | 4.13/5 รวมทั้งหมด 67 คะแนน |
ผู้พัฒนา | https://atavi.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://atavi.com/browser-themes/?from=chrome-nt |
URL หน้าช่วยเหลือ | https://atavi.com/help/faq/?from=chrome-nt |
ภาษาที่รองรับ | de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "1.5", "manifest_version": 2, "description": "__MSG_extension_description__", "homepage_url": "https:\/\/atavi.com", "icons": { "128": "icon128.png" }, "default_locale": "en", "background": { "page": "background\/page.html" }, "page_action": { "default_icon": "i\/icon19.png", "default_title": "__MSG_pageaction_title__", "default_popup": "create\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "AtaviExt.js", "includes\/common.js" ], "css": [ "c\/common.css" ] } ], "omnibox": { "keyword": "atavi" }, "options_page": "options\/import.html", "web_accessible_resources": [ "includes\/inject.js", "config.json" ], "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "contextMenus", "activeTab", "bookmarks", "history", "topSites", "tabs", "cookies", "storage", " |