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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to your links and a much required auto-save notepad while browsing. Also has an inbuilt basic calculator."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |