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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pranav Acharya และคุณลักษณะหลักของมันคือ "Quick access to your links and a much required auto-save notepad while browsing. Also has an inbuilt basic calculator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Search

ดาวน์โหลดไฟล์ส่วนขยาย Quick Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    }
}