New tab Shalke 04
Simple homepage using Shalke 04 images as background for your new tab
New tab Shalke 04คืออะไร?
New tab Shalke 04 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple homepage using Shalke 04 images as background for your new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New tab Shalke 04
ดาวน์โหลดไฟล์ส่วนขยาย New tab Shalke 04 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of always having the same tab? With this extension you will have Shalke 04 screens at each opening.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mfjgnoinagfphnljlipnceanmagkdmmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-shalke-04/mfjgnoinagfphnljlipnceanmagkdmmg |
คำอธิบาย | Simple homepage using Shalke 04 images as background for your new tab |
ขนาดไฟล์ | 15.32 MB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-03-21 |
วันที่เผยแพร่ | 2018-03-21 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,es,it,pt-BR,pt-PT,ru |
manifest.json | |
{ "version": "1.0.0", "browser_action": { "default_icon": "picto\/48.png", "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "wall.html" }, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "picto\/128.png", "48": "picto\/48.png", "19": "picto\/19.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "wall.html" ] } |