Quick Search

Quick access to your links and a much required auto-save notepad while browsing. Also has an inbuilt basic calculator.

Quick Search란 무엇입니까?

Quick Search은(는) Pranav Acharya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to your links and a much required auto-save notepad while browsing. Also has an inbuilt basic calculator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quick Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:

1.Quickly search your Bookmarks and History on the fly. Use arrow keys to select items from the list and use the buttons on top (open in new tab and copy links) to interact with the links. You can hold down ctrl/shift to select multiple links as well.

2. Autosave notepad. Type in and you are done.! You can save your reminders, links, some important numbers,etc. the  way you want. You can use the search notepad feature in case your notepad becomes too large. Also you can expand/collapse the notepad using the button on the top right

3. It has an inbuilt calculator. Type in an expression as follows
10*5
and hit ENTER. the result will be presented to you.

If you close the popup by mistake, you can reopen it to get the same state of the popup back!                    

확장 프로그램 기본 정보

이름 Quick Search Quick Search
ID nnedjieibfdfmnblgffblmlhilolclmj
공식 URL https://chrome.google.com/webstore/detail/quick-search/nnedjieibfdfmnblgffblmlhilolclmj
설명 Quick access to your links and a much required auto-save notepad while browsing. Also has an inbuilt basic calculator.
파일 크기 28.24 KB
설치 횟수 47
현재 버전 1.0
최근 업데이트 2016-06-29
출시 날짜 2016-06-29
평점 5.00/5 총 5 개의 평점
개발자 Pranav Acharya
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Search",
    "short_name": "Quick Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Quick access to your links and a much required auto-save notepad while browsing. Also has an inbuilt basic calculator.",
    "permissions": [
        "storage",
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    }
}