Recent history search

type 'recent' and then search only through recent history

Recent history search là gì?

Recent history search là một tiện ích mở rộng Chrome được phát triển bởi spencermountain, và tính năng chính của nó là "type 'recent' and then search only through recent history".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recent history search

Tải xuống các tệp mở rộng Recent history search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
URL Chính Thức https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
Mô tả type 'recent' and then search only through recent history
Kích Thước Tệp 24.01 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-04-20
Ngày Phát Hành 2014-04-20
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển spencermountain
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
Ngôn Ngữ Được Hỗ Trợ 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
}