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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" ] } } |