Bookmark Extension
This extension displays your Chrome Bookmarks
ما هو Bookmark Extension؟
Bookmark Extension هو إضافة Chrome تم تطويرها بواسطة eogiesoba، والميزة الرئيسية لها هي "This extension displays your Chrome Bookmarks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark Extension
قم بتنزيل ملفات الامتداد Bookmark Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bookmark Extension is an application that makes a database copy of your Google Chrome bookmarks and then renders them in a personal library. From the library you can search for a Bookmark by its title, access a bookmark's web page, create folders, assign the folders to the bookmarks and sort them accordingly. It is a simple user friendly interface that can help organize all your bookmarks in 1 place. Contributors: Efosa Ogiesoba Susan Lippa Faizan Salman
معلومات أساسية عن التمديد
الاسم | |
ID | bmcedhkdcpghcododeoabjphojpigcoe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe |
الوصف | This extension displays your Chrome Bookmarks |
حجم الملف | 11.46 MB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.5 |
آخر تحديث | 2018-03-21 |
تاريخ النشر | 2018-03-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | eogiesoba |
نوع الدفع | free |
موقع الإضافة | https://github.com/eogiesoba/Bookmark_App_rep |
عنوان صفحة المساعدة | https://chrome-bookmark-app.herokuapp.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Extension", "description": "This extension displays your Chrome Bookmarks", "version": "1.5", "browser_action": { "default_icon": "public\/images\/bookmark.png", "default_popup": "public\/extension.html", "default_title": "Bookmark Extension" }, "permissions": [ "bookmarks", "activeTab", "all_urls", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |