Bookmark Syncer

A Chrome Extension for Bookmark Sync

Bookmark Syncerคืออะไร?

Bookmark Syncer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hisheng และคุณลักษณะหลักของมันคือ "A Chrome Extension for Bookmark Sync"

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

screenshot
screenshot

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

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

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

                        It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly                    

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

ชื่อ Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
คำอธิบาย A Chrome Extension for Bookmark Sync
ขนาดไฟล์ 79.96 KB
จำนวนการติดตั้ง 413
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2022-03-28
ผู้พัฒนา Hisheng
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hishengs/bookmark-syncer
URL หน้าช่วยเหลือ https://github.com/hishengs/bookmark-syncer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Syncer",
    "version": "2.0.0",
    "author": "[email protected]",
    "description": "A Chrome Extension for Bookmark Sync",
    "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [],
    "action": {
        "default_icon": "icon\/48.png",
        "default_title": "A Chrome Extension for Bookmark Sync",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/",
        "https:\/\/*.gitee.com\/"
    ],
    "default_locale": "en"
}