MyMenu

Your personal menu !

MyMenuคืออะไร?

MyMenu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย a161803398 และคุณลักษณะหลักของมันคือ "Your personal menu !"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Former name: Customize Menu.
A collection of chrome pages with additional functions

Please Note :
Panel related functions only work when panels is enabled!!
(go to "chrome://flags/#enable-panels" and Enable Panels)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Because the old Customize Menu used Manifest V1 
and many obsolete syntax, it's hard for me to update it.

Then I abandoned the old code, and rewrite it with jQuery.

So if you updated it from old Customize Menu 
and encounter some problems, load default may solve them.

Despite some function like custom script is no long available
(because of new chrome extension policy),it look pretty good.

I hope you'll like it!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

History:
v1.3.3
Optimized performance
fix bugs

v1.3.0
customize font size
fix edit item and delete item button

v1.2.1
new style: nice look
fixed bugs which cause sync failed

v1.1.1
new feature: Cloud sync
It is disabled for old user.
(Because you may have different setting in different computer)
To enable it, just go to Backup tab and check "Synchronous Setting".

new feature: a lot of panels related functions
Unless you use dev or canary channels, you should go to
"chrome://flags/#enable-panels" and Enable Panels to make them work.

v1.0.0
Chrome Style option page
Remove Task Manager
Remove script and custom item support(because of new chrome extension rule)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    

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

ชื่อ MyMenu MyMenu
ID embakochaelgijbeolbbgnljfgpbeeoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mymenu/embakochaelgijbeolbbgnljfgpbeeoe
คำอธิบาย Your personal menu !
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 4,601
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2016-03-10
วันที่เผยแพร่ 2016-03-10
คะแนน 4.62/5 รวมทั้งหมด 81 คะแนน
ผู้พัฒนา a161803398
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,et,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyMenu",
    "version": "1.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_icon": "icons\/menu\/blue.png",
        "default_title": "__MSG_extension_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/sync.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icon.png",
        "16": "icons\/edit.png",
        "32": "icon.png",
        "64": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "management",
        "storage"
    ]
}