Easy Bookmark Manager

A clean and easy searchable bookmark manager for chrome

Cos'è Easy Bookmark Manager?

Easy Bookmark Manager è un'estensione di Chrome sviluppata da 19randompixel, e la sua funzione principale è "A clean and easy searchable bookmark manager for chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Easy Bookmark Manager

Scarica i file di estensione Easy Bookmark Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Finding it very difficult to search your bookmarks on chrome?
Easy Bookmark Manager for chrome displays all the folders and links that are on your chrome's bookmark and helps in easily searching the links without having to leave your current tab/window.

Features:
1. Display structured folders of your bookmarks
2. Sleek UI
3. Search bookmarks without leaving your current tab/window
4. Lightning fast searchable bookmark links
5. Search algorithm works using Fuzzy search model                    

Informazioni di Base sull'Estensione

Nome Easy Bookmark Manager Easy Bookmark Manager
ID ahlelbobmfmadadbbmoofocjhbcggnnh
URL Ufficiale https://chrome.google.com/webstore/detail/easy-bookmark-manager/ahlelbobmfmadadbbmoofocjhbcggnnh
Descrizione A clean and easy searchable bookmark manager for chrome
Dimensione del File 178 KB
Conteggio Installazioni 35
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-07-22
Data di Pubblicazione 2019-07-22
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore 19randompixel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Bookmark Manager",
    "version": "1.0.0",
    "description": "A clean and easy searchable bookmark manager for chrome",
    "permissions": [
        "activeTab",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/bookmark-manager-16.png",
            "32": "images\/bookmark-manager-32.png",
            "48": "images\/bookmark-manager-48.png",
            "128": "images\/bookmark-manager-128.png"
        }
    },
    "icons": {
        "16": "images\/bookmark-manager-16.png",
        "32": "images\/bookmark-manager-32.png",
        "48": "images\/bookmark-manager-48.png",
        "128": "images\/bookmark-manager-128.png"
    },
    "manifest_version": 2
}