My Bookmarks Alpha
Manage your bookmarks with a simple and clean layout
ما هو My Bookmarks Alpha؟
My Bookmarks Alpha هو إضافة Chrome تم تطويرها بواسطة Hackety Apps، والميزة الرئيسية لها هي "Manage your bookmarks with a simple and clean layout".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Bookmarks Alpha
قم بتنزيل ملفات الامتداد My Bookmarks Alpha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager. Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly. My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.
معلومات أساسية عن التمديد
الاسم | My Bookmarks Alpha |
ID | ikdimglfjnihmbkaghnpcedcjddghcal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal |
الوصف | Manage your bookmarks with a simple and clean layout |
حجم الملف | 92.83 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2019-02-28 |
تاريخ النشر | 2019-02-28 |
تقييم | 3.25/5 مجموع تقييمات 4 |
المطور | Hackety Apps |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Alpha", "version": "0.1.0", "manifest_version": 2, "description": "Manage your bookmarks with a simple and clean layout", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "bookmarks": "popup.html" }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "web_accessible_resources": [ "img\/*" ] } |