Extension Menu

List and search for your favorite extensions with ease.

Extension Menuคืออะไร?

Extension Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย solomonkinard และคุณลักษณะหลักของมันคือ "List and search for your favorite extensions with ease."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Menu

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

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

                        Menu of all enabled extensions. Search the menu to find them quickly. Press enter to open the `default_popup.html` of the extension. Or click if you're feeling fancy.                    

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

ชื่อ Extension Menu Extension Menu
ID bijpchgokbgjbllboeieipcoocmkbinc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-menu/bijpchgokbgjbllboeieipcoocmkbinc
คำอธิบาย List and search for your favorite extensions with ease.
ขนาดไฟล์ 21.72 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-04-08
วันที่เผยแพร่ 2023-04-08
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา solomonkinard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Menu",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "management"
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "author": "Solomon Kinard",
    "description": "List and search for your favorite extensions with ease."
}