Apps Launcher for Chrome
Access all your installed applications and extensions, their settings and homepages
Apps Launcher for Chromeคืออะไร?
Apps Launcher for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tlintspr และคุณลักษณะหลักของมันคือ "Access all your installed applications and extensions, their settings and homepages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apps Launcher for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Apps Launcher for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on provides the same functionality as Chrome's default apps launcher is now deprecated. Using this app launcher you can have access to all your installed applications from within a toolbar popup window. The panel enables you to sort your apps the way you want them, and you can directly access the following services: 1. Launch an application directly from the popup view 2. Launch the application's options page 3. Launch the application's home page Context menu options: 1. Open any Chrome internal page 2. Open the Chrome Webstore page 3. Create a custom app shortcut for any webpage This extension supports keyboard shortcuts. You can navigate through items with the Tab key and navigate back with the "Shift + Tab" combination. Alternatively, press the first character of an item to directly select it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Apps Launcher for Chrome |
ID | hdmhnhkegdfpajaeijlfopfoallfdiak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/apps-launcher-for-chrome/hdmhnhkegdfpajaeijlfopfoallfdiak |
คำอธิบาย | Access all your installed applications and extensions, their settings and homepages |
ขนาดไฟล์ | 87.8 KB |
จำนวนการติดตั้ง | 37,792 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2021-10-26 |
วันที่เผยแพร่ | 2020-06-26 |
คะแนน | 4.50/5 รวมทั้งหมด 62 คะแนน |
ผู้พัฒนา | tlintspr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://add0n.com/apps-launcher.html |
URL หน้าช่วยเหลือ | https://add0n.com/apps-launcher.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apps Launcher for Chrome", "description": "Access all your installed applications and extensions, their settings and homepages", "version": "0.2.2", "manifest_version": 3, "permissions": [ "storage", "management", "contextMenus" ], "action": { "default_popup": "data\/popup\/index.html" }, "background": { "service_worker": "worker.js" }, "homepage_url": "https:\/\/add0n.com\/apps-launcher.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "commands": { "_execute_action": { "description": "Open the popup view with a shortcut" } } } |