Recent history search

type 'recent' and then search only through recent history

ما هو Recent history search؟

Recent history search هو إضافة Chrome تم تطويرها بواسطة spencermountain، والميزة الرئيسية لها هي "type 'recent' and then search only through recent history".

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

screenshot
screenshot

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

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

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

                        if you're looking for a page you've been to recently, you can type 'recent' in the taskbar and it returns only matches you've been to lately.

a nice way to filter down omnibar results, and i nice way to glance quickly at your browsing history.

type 'recent bbc' and see the bbc articles you've read today, etc                    

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

الاسم Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
الوصف type 'recent' and then search only through recent history
حجم الملف 24.01 KB
عدد التثبيتات 84
النسخة الحالية 1.1
آخر تحديث 2014-04-20
تاريخ النشر 2014-04-20
تقييم 2.00/5 مجموع تقييمات 1
المطور spencermountain
نوع الدفع free
عنوان صفحة المساعدة https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent history search",
    "description": " type 'recent' and then search only through recent history",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "recent"
    },
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "icon.png",
        "48": "tie48.png",
        "128": "tie128.png"
    },
    "manifest_version": 2
}