Quick Search Bar for Google Keep™
A Google Keep™ quick access search bar
Quick Search Bar for Google Keep™ क्या है?
Quick Search Bar for Google Keep™ Faycal Bessayah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Keep™ quick access search bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Search Bar for Google Keep™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a quick access search menu to Google Keep. Quickly find your images, lists and reminders by clicking on the corresponding button. For example you can view all notes that contain images by simply clicking on the image button. You can also filter your lists, drawings, URLs, etc.
एक्सटेंशन की मूल जानकारी
नाम | Quick Search Bar for Google Keep™ |
ID | bmgladjidmkkaibklkijmdhpeihdgbif |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif |
विवरण | A Google Keep™ quick access search bar |
फ़ाइल का आकार | 71.29 KB |
स्थापना संख्या | 140 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-10-07 |
प्रकाशन तिथि | 2021-10-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Faycal Bessayah |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Search Bar for Google Keep\u2122", "version": "1.0", "description": "A Google Keep\u2122 quick access search bar", "content_scripts": [ { "css": [ "css\/myStyles.css" ], "js": [ "js\/contentScript.js" ], "matches": [ "https:\/\/keep.google.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "\/icons\/search_bar.png" } } |