My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
ما هو My Bookmarks؟
My Bookmarks هو إضافة Chrome تم تطويرها بواسطة https://www.movinnza.in، والميزة الرئيسية لها هي "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Bookmarks
قم بتنزيل ملفات الامتداد My Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below. If you found a bug, have an ideas for features or improvements, please let me know.
معلومات أساسية عن التمديد
الاسم | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
الوصف | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
حجم الملف | 10.08 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-06-02 |
تاريخ النشر | 2020-06-02 |
المطور | https://www.movinnza.in |
نوع الدفع | free |
عنوان صفحة المساعدة | https://www.movinnza.in/contact |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks", "version": "1.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |