Bookmark Search
Intelligently search through your chrome bookmarks
Vad är Bookmark Search?
Bookmark Search är en Chrome-tillägg utvecklad av jr39 enterprises, och dess huvudfunktion är "Intelligently search through your chrome bookmarks".
Tilläggsskärmbilder
Ladda ner Bookmark Search-förlängningens CRX-fil
Ladda ner Bookmark Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Effectively search through your bookmarks with english natural language support (example: bookmark named "playing" matches with "plays" as the search term). https://github.com/jamesrr39/chrome-bookmark-search
Grundläggande Information om Tillägg
Namn | Bookmark Search |
ID | fcjphnojgeikgjajhlihdjnljnbpfhmi |
Officiell webbadress | https://chromewebstore.google.com/detail/bookmark-search/fcjphnojgeikgjajhlihdjnljnbpfhmi |
Beskrivning | Intelligently search through your chrome bookmarks |
Filstorlek | 214 KB |
Antal Installationer | 145 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-09-05 |
Publiceringsdatum | 2017-05-31 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | jr39 enterprises |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jamesrr39/chrome-bookmark-search |
Hjälpsida URL | https://github.com/jamesrr39/chrome-bookmark-search/issues |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Search", "description": "Intelligently search through your chrome bookmarks", "version": "1.0.2", "minimum_chrome_version": "38", "browser_action": { "default_icon": { "16": "icons\/bookmark_search_16.png", "48": "icons\/bookmark_search_48.png", "64": "icons\/bookmark_search_64.png", "128": "icons\/bookmark_search_128.png" }, "default_title": "Bookmark Search", "default_popup": "index.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "16": "icons\/bookmark_search_16.png", "48": "icons\/bookmark_search_48.png", "64": "icons\/bookmark_search_64.png", "128": "icons\/bookmark_search_128.png" } } |