Web Bookmark
Access your Chrome bookmarks from anywhere.
ما هو Web Bookmark؟
Web Bookmark هو إضافة Chrome تم تطويرها بواسطة SAGAN، والميزة الرئيسية لها هي "Access your Chrome bookmarks from anywhere.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Bookmark
قم بتنزيل ملفات الامتداد Web Bookmark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 收藏夹.
معلومات أساسية عن التمديد
الاسم | |
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 } } |