My Bookmarks Alpha

Manage your bookmarks with a simple and clean layout

My Bookmarks Alphaคืออะไร?

My Bookmarks Alpha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hackety Apps และคุณลักษณะหลักของมันคือ "Manage your bookmarks with a simple and clean layout"

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

screenshot
screenshot

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

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

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

                        My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager.

Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly.

My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.                    

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

ชื่อ My Bookmarks Alpha My Bookmarks Alpha
ID ikdimglfjnihmbkaghnpcedcjddghcal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal
คำอธิบาย Manage your bookmarks with a simple and clean layout
ขนาดไฟล์ 92.83 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-02-28
วันที่เผยแพร่ 2019-02-28
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Hackety Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks Alpha",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Manage your bookmarks with a simple and clean layout",
    "permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "bookmarks": "popup.html"
    },
    "icons": {
        "16": "icon_016.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}