Show Apps in new tab
This extension shows the apps overview when opening a new tab in Chrome.
Show Apps in new tabคืออะไร?
Show Apps in new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bjorn.wikkeling.com และคุณลักษณะหลักของมันคือ "This extension shows the apps overview when opening a new tab in Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Apps in new tab
ดาวน์โหลดไฟล์ส่วนขยาย Show Apps in new tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make sure to use Chrome version 84+ with this extension, otherwise the automatic selection of the locationbar text doesn't work. Since Google updated Chrome to version 29, the App overview is no longer shown, when opening a new tab. This extension restores that behaviour to the way it was. Tip: the keyboard shortcut CTRL+L (Windows/Linux) or CMD+L (macOS) highlights the URL. v.3.0.0 * Upgraded to manifest V3. The rest of the extension code is exactly the same as version 2.1.0. Please bear in mind that the display of the apps is handled by internal Chrome code. This means that this extension has no influence over how that looks. * Fixed a bug so that the address bar is highlighted again v.2.1.0 This is the same as v.1.1.0, back by popular demand v.2.0.0 Removed for now v.1.1.0 Now automagically selects the URL, as many of you have requested.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show Apps in new tab |
ID | nohbdifokmdgjcbbeobglcbaifinhfip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-apps-in-new-tab/nohbdifokmdgjcbbeobglcbaifinhfip |
คำอธิบาย | This extension shows the apps overview when opening a new tab in Chrome. |
ขนาดไฟล์ | 28.28 KB |
จำนวนการติดตั้ง | 54,160 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2023-11-07 |
วันที่เผยแพร่ | 2015-01-07 |
คะแนน | 3.87/5 รวมทั้งหมด 676 คะแนน |
ผู้พัฒนา | https://bjorn.wikkeling.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "version": "3.0.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "content\/index.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEibJXUv2hXFCS9cyVE2Obb+vsO5l7ASgcpJfoQCzbmBQS6dO5SsnzZf6EyJL0x8Hqv2dmQoMMlTQNXPCCiGkj9+T+9cb\/JRIAwo6RE5pJ+vF6N7obnFU2\/CuDCy030+8rH8D8UkxAun2XL\/XAhiCoGkZxmzROQbyHq57fmgejhwIDAQAB" } |