Web Bookmark

Access your Chrome bookmarks from anywhere.

Web Bookmarkคืออะไร?

Web Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SAGAN และคุณลักษณะหลักของมันคือ "Access your Chrome bookmarks from anywhere."

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

screenshot
screenshot

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

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

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

                        This extension makes your Chrome bookmarks available in a web page, so you can access your Chrome bookmarks from any devices or browsers via the web.

Usage: click the extension icon (pink heart), then open the "My Web Bookmark" link, and you will see all your Chrome bookmarks here. Save the link of this page to anywhere you need.

从任何地方访问您的 Chrome 收藏夹.                    

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

ชื่อ Web Bookmark Web Bookmark
ID ocgpeglcikmofdphblhakkpkndifnhkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh
คำอธิบาย Access your Chrome bookmarks from anywhere.
ขนาดไฟล์ 39.18 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-11
วันที่เผยแพร่ 2019-01-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SAGAN
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Bookmark",
    "description": "Access your Chrome bookmarks from anywhere.",
    "version": "1.0.4",
    "author": "Jacques De SAGAN",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}