Bookmark Search

Intelligently search through your chrome bookmarks

Hvad er Bookmark Search?

Bookmark Search er en Chrome-udvidelse udviklet af jr39 enterprises, og dens hovedfunktion er "Intelligently search through your chrome bookmarks".

Udvidelsesskærmbilleder

screenshot

Download Bookmark Search-udvidelses-CRX-fil

Download Bookmark Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Bookmark Search Bookmark Search
ID fcjphnojgeikgjajhlihdjnljnbpfhmi
Officiel URL https://chromewebstore.google.com/detail/bookmark-search/fcjphnojgeikgjajhlihdjnljnbpfhmi
Beskrivelse Intelligently search through your chrome bookmarks
Filstørrelse 214 KB
Antal Installationer 145
Nuværende Version 1.0.2
Senest Opdateret 2020-09-05
Udgivelsesdato 2017-05-31
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler jr39 enterprises
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jamesrr39/chrome-bookmark-search
Hjælpeside-URL https://github.com/jamesrr39/chrome-bookmark-search/issues
Understøttede Sprog 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"
    }
}