New Tab Apps
Show the Apps screen in the New Tab instead of the new New Tab.
New Tab Appsคืออะไร?
New Tab Apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrià Vilanova Martínez (avm99963) และคุณลักษณะหลักของมันคือ "Show the Apps screen in the New Tab instead of the new New Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Apps
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Apps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show the Apps screen in the New Tab instead of the new New Tab. ** How it works ** Immediately after you install this extension we'll redirect all the new tab pages you open to the Apps screen. That simple. Whenever you want you can uninstall or disable it in the chrome://extensions page. ** Credits ** Icon from http://www.icons-land.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab Apps |
ID | iiaadipohcenaagngllohhjehohdcehp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-apps/iiaadipohcenaagngllohhjehohdcehp |
คำอธิบาย | Show the Apps screen in the New Tab instead of the new New Tab. |
ขนาดไฟล์ | 86.26 KB |
จำนวนการติดตั้ง | 709 |
เวอร์ชันปัจจุบัน | 0.2.1.1 |
อัปเดตครั้งล่าสุด | 2022-07-09 |
วันที่เผยแพร่ | 2014-05-03 |
คะแนน | 4.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Adrià Vilanova Martínez (avm99963) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub |
ภาษาที่รองรับ | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.1.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "256": "img\/icon\/256.png", "128": "img\/icon\/128.png", "64": "img\/icon\/64.png", "48": "img\/icon\/48.png", "32": "img\/icon\/32.png", "24": "img\/icon\/24.png", "16": "img\/icon\/16.png" }, "default_locale": "en" } |