My Bookmarks

A browser action with a popup dump of all bookmarks, including search, add, edit and delete.

My Bookmarksคืออะไร?

My Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.movinnza.in และคุณลักษณะหลักของมันคือ "A browser action with a popup dump of all bookmarks, including search, add, edit and delete."

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

screenshot

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

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

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

                        This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below.

If you found a bug, have an ideas for features or improvements, please let me know.                    

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

ชื่อ My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
คำอธิบาย A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
ขนาดไฟล์ 10.08 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-06-02
วันที่เผยแพร่ 2020-06-02
ผู้พัฒนา https://www.movinnza.in
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.movinnza.in/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks",
    "version": "1.1",
    "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}