Simple Apps Launcher

Launch Chrome apps using a fancy popup. Reorder them as you like.

Simple Apps Launcherคืออะไร?

Simple Apps Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andre Winkleman และคุณลักษณะหลักของมันคือ "Launch Chrome apps using a fancy popup. Reorder them as you like."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Apps Launcher

ดาวน์โหลดไฟล์ส่วนขยาย Simple Apps Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Try the new extension to engagement with installed application at your browser.
Meet the Apps Launcher. 

This extension has basic functionality of default chrome launcher with several main improvements 

Features you get:

Reorder! Reorder apps as you like by drag’n’drop

Filter! Filter among all installed application by filter bar at the top of the popup

Options! A lot of options to choose the size of icon you’d prefer more. Set the Extension icon color.  Set popup window size and a lot of more.

Working with AP:

 - Click by icon starts an application

 - Hotkey for fast launch CTRL + “.”

 - Right Click or “Del” button removes an application

 - Search Function to search and install new apps

 - Easy navigation using arrow keys

 - Down arrow moves you to the list from Filter bar

Add new applications right out of extension. Use search bar at the bottom of popunder. Type in request press "Enter" and click by icon to add application from a Chrome Web Store.
Set the color of icon that suits your Chrome Browser Theme.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Apps Launcher Simple Apps Launcher
ID ghkpjogmachfebfbikjopkdcimjfekdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-apps-launcher/ghkpjogmachfebfbikjopkdcimjfekdm
คำอธิบาย Launch Chrome apps using a fancy popup. Reorder them as you like.
ขนาดไฟล์ 276 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.4.16
อัปเดตครั้งล่าสุด 2019-07-24
วันที่เผยแพร่ 2019-07-24
คะแนน 4.84/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา Andre Winkleman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,nl,es,hr,it,lv,pl,ro,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.4.16",
    "manifest_version": 2,
    "incognito": "split",
    "description": "__MSG_appDescription__",
    "icons": {
        "48": "images\/grid48.png",
        "128": "images\/grid128.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "management",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Apps",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Period",
                "mac": "Command+Period",
                "chromeos": "Ctrl+Period",
                "linux": "Ctrl+Period"
            }
        },
        "open-as-window": {
            "suggested_key": {
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma",
                "chromeos": "Ctrl+Comma",
                "linux": "Ctrl+Comma"
            },
            "description": "Open as window",
            "global": true
        }
    }
}