Search Bookmarks, History and Tabs
Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Search Bookmarks, History and Tabs क्या है?
Search Bookmarks, History and Tabs heimlersimon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Bookmarks, History and Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension does not collect any data, nor does it make any external requests. It supports two different search approaches or a hybrid between both: - Fuzzy search (approximate string matching) - Precise search (exact matching) With this extension you can also **tag your bookmarks** including auto completions. The tags are considered when searching and can be used for navigation. In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings. You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme
एक्सटेंशन की मूल जानकारी
नाम | Search Bookmarks, History and Tabs |
ID | cofpegcepiccpobikjoddpmmocficdjj |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj |
विवरण | Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs. |
फ़ाइल का आकार | 82.83 KB |
स्थापना संख्या | 979 |
वर्तमान संस्करण | 1.9.5 |
अंतिम अपडेट | 2023-12-14 |
प्रकाशन तिथि | 2021-07-25 |
रेटिंग | 4.91/5 कुल 11 रेटिंग्स |
डेवलपर | heimlersimon |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Fannon/search-tabs-bookmarks-and-history#readme |
सहायता पृष्ठ URL | https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Bookmarks, History and Tabs", "description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.", "homepage_url": "https:\/\/github.com\/Fannon\/search-bookmarks-history-and-tabs", "author": "Simon Heimler", "version": "1.9.5", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "history", "storage" ], "action": { "default_popup": "\/popup\/index.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Period", "mac": "Command+Shift+Period" }, "description": "Open search popup" } }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } } |