Easy Bookmark Manager

A clean and easy searchable bookmark manager for chrome

Easy Bookmark Manager क्या है?

Easy Bookmark Manager 19randompixel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A clean and easy searchable bookmark manager for chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Bookmark Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Easy Bookmark Manager Easy Bookmark Manager
ID ahlelbobmfmadadbbmoofocjhbcggnnh
आधिकारिक URL https://chrome.google.com/webstore/detail/easy-bookmark-manager/ahlelbobmfmadadbbmoofocjhbcggnnh
विवरण A clean and easy searchable bookmark manager for chrome
फ़ाइल का आकार 178 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-07-22
प्रकाशन तिथि 2019-07-22
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर 19randompixel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}