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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}