syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
syncmarxคืออะไร?
syncmarx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mcleodgaming และคุณลักษณะหลักของมันคือ "Web extension built for cross-browser bookmark syncing to the cloud."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย syncmarx
ดาวน์โหลดไฟล์ส่วนขยาย syncmarx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | syncmarx |
ID | llcdegcpeheociggfokjkkgciplhfdgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
คำอธิบาย | Web extension built for cross-browser bookmark syncing to the cloud. |
ขนาดไฟล์ | 1.3 MB |
จำนวนการติดตั้ง | 3,758 |
เวอร์ชันปัจจุบัน | 0.8.2 |
อัปเดตครั้งล่าสุด | 2022-09-24 |
วันที่เผยแพร่ | 2019-07-05 |
คะแนน | 4.51/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | mcleodgaming |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://syncmarx.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://syncmarx.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "syncmarx", "version": "0.8.2", "author": "Greg McLeod", "description": "Web extension built for cross-browser bookmark syncing to the cloud.", "icons": { "48": "icons\/icon_48.png", "96": "icons\/icon_96.png" }, "permissions": [ "bookmarks", "https:\/\/*.dropboxapi.com\/", "https:\/\/*.google.com\/", "https:\/\/*.googleapis.com\/", "https:\/\/*.box.com\/", "storage" ], "browser_action": { "default_icon": "icons\/icon_38.png", "default_title": "syncmarx (alpha)" }, "background": { "scripts": [ "app.js" ] } } |