Recent Bookmarks

A list of recent bookmarks in descending order, grouped by the day they were added.

ما هو Recent Bookmarks؟

Recent Bookmarks هو إضافة Chrome تم تطويرها بواسطة zamtools، والميزة الرئيسية لها هي "A list of recent bookmarks in descending order, grouped by the day they were added.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Recent Bookmarks

قم بتنزيل ملفات الامتداد Recent Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        If you're like me, you use bookmarks as short term memory; Flagging something for further reading a little later. Unfortunately, the Other Bookmarks menu puts newly added bookmarks at the bottom of the list, meaning lots of scrolling or having to open the Bookmark Manager.

Recent Bookmarks solves this by displaying a simple and elegant list of the most recent bookmarks you've made.  It groups the bookmarks based on the days they were added. Hovering over a bookmark will show the exact date and time it was added.

The extension can be configured to display between 5 and 1000 of your most recent bookmarks.

1.6.2: Popup closes when a link is opened.
1.6: Faster load times!
1.5: Added ability to delete bookmarks (with keyboard support).
1.4.5: Added improved favicon support.
1.4: Added fewer required permissions, up to 1000 bookmarks can now be displayed (see options), and "Recent Bookmarks Manager" shortcut (see options to toggle).
1.3: Added bookmarklet support.
1.2: Added keyboard navigation.
1.1: Added support for blank page titles.                    

معلومات أساسية عن التمديد

الاسم Recent Bookmarks Recent Bookmarks
ID olndffocioplakeilhkgenfgdincjlpn
عنوان URL الرسمي https://chromewebstore.google.com/detail/recent-bookmarks/olndffocioplakeilhkgenfgdincjlpn
الوصف A list of recent bookmarks in descending order, grouped by the day they were added.
حجم الملف 120 KB
عدد التثبيتات 43,200
النسخة الحالية 1.6.2
آخر تحديث 2014-07-29
تاريخ النشر 2014-07-28
تقييم 4.59/5 مجموع تقييمات 170
المطور zamtools
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Bookmarks",
    "version": "1.6.2",
    "manifest_version": 2,
    "description": "A list of recent bookmarks in descending order, grouped by the day they were added.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}