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.”。
擴展截圖
下載Quick Search擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | nnedjieibfdfmnblgffblmlhilolclmj |
官方網址 | 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" } } |