Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
ما هو Bookmarks Table؟
Bookmarks Table هو إضافة Chrome تم تطويرها بواسطة nick.script0، والميزة الرئيسية لها هي "View your Chrome bookmarks by date in a sortable searchable table".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks Table
قم بتنزيل ملفات الامتداد Bookmarks Table بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search your entire Chrome bookmarks collection in a table format. Each column is sortable and searchable. To open click the icon to the right of your address bar. This is an Open Source source project, please see the website link for more info.
معلومات أساسية عن التمديد
الاسم | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
الوصف | View your Chrome bookmarks by date in a sortable searchable table |
حجم الملف | 180 KB |
عدد التثبيتات | 1,550 |
النسخة الحالية | 0.7 |
آخر تحديث | 2021-09-22 |
تاريخ النشر | 2015-08-22 |
تقييم | 4.55/5 مجموع تقييمات 22 |
المطور | nick.script0 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/nickscript0/chrome-bookmarks-table |
عنوان صفحة المساعدة | https://github.com/nickscript0/chrome-bookmarks-table/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarks Table", "version": "0.7", "description": "View your Chrome bookmarks by date in a sortable searchable table", "action": { "name": "Load bookmarks", "default_icon": { "19": "icons\/button19_lightgrey.png", "38": "icons\/button38_lightgrey.png" } }, "permissions": [ "bookmarks" ], "background": { "service_worker": "src\/background.js" }, "icons": { "16": "icons\/button16_lightgrey.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |