Chrome link search

Easily search your browser history, bookmark, tab in all windows and useful chrome options links

Chrome link search là gì?

Chrome link search là một tiện ích mở rộng Chrome được phát triển bởi FARUK, MD OMAR, và tính năng chính của nó là "Easily search your browser history, bookmark, tab in all windows and useful chrome options links".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Chrome link 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

                        Search browser history and bookmark links and you also can search browser tabs among all windows.  

New Features for chrome link search  

- Search open tab 
- - You may lost your tab among all windows and need to check one by one. Here you go !! You easily can find the tab by this extension and jump into the desire tab. 
- - You can enable / disable Mute, Auto Discardable, Pinned and close the tab from one place. 

- Browser options 
- - Chrome has many more features. As a normal user maybe we don't know. You can search with possible words in Browser Options section , Hope you will find what you are looking for.  

- Look and feel update 
- - In the new version we change the user interface   

Other Features for chrome link search
  
- Search features 
- - In input box : You can search with anything which can be matched either with URL or page title 
- - The recent websites will be shown in the website filter box. If you filter with the website, search term will be applied only for selected website. 
- -  In browser history list - by default, today's result will be shown but you can filter with the current or past weeks. 
- - You will have a flexible option to select the number of records you want to see. 

- Result features
- - From the search result, you can click on the URL title to visit the link. 
- - URL itself will be shown if the URL does not have the page title.
- - Website favicon will be shown to identify the website easily. 

- Remove features 
- - You can remove all of your unnecessary URLs from both  history  and bookmarks.
- - You can remove all the visible URLs or a single URL.
- -  Remove button’s label will be super interactive to tell how many records you have selected . 

- More features 
- - For browser history, you will see the exact date and time of your last visit. 
- - For bookmarks, you can search with both URL and folder name. You can see your bookmarked URL's folder hierarchy.                    

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

Tên Chrome link search Chrome link search
ID mdcalafbjmpoakifofkmkcmocdkilbhp
URL Chính Thức https://chromewebstore.google.com/detail/chrome-link-search/mdcalafbjmpoakifofkmkcmocdkilbhp
Mô tả Easily search your browser history, bookmark, tab in all windows and useful chrome options links
Kích Thước Tệp 347 KB
Số Lần Cài Đặt 529
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-06-17
Ngày Phát Hành 2020-06-17
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển FARUK, MD OMAR
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome link search",
    "short_name": "Link search",
    "description": "Easily search your browser history, bookmark, tab in all windows and useful chrome options links",
    "manifest_version": 2,
    "version": "1.3",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "assets\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icons\/searchHistory128.png",
        "default_popup": "index.html",
        "default_title": "Chrome link search"
    },
    "permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/searchHistory16.png",
        "32": "assets\/icons\/searchHistory32.png",
        "48": "assets\/icons\/searchHistory48.png",
        "128": "assets\/icons\/searchHistory128.png"
    }
}