Smart Bookmark Manager

A better look at your browsers Bookmarks with advance searching and the most useful filters

Smart Bookmark Manager क्या है?

Smart Bookmark Manager https://chromio.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better look at your browsers Bookmarks with advance searching and the most useful filters"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With Smart Bookmark Manager you can

- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL

Upcoming features
- Display web shots in Grid style
- Display search suggestions

Please give suggestion in support so we improve this extension - Thanks                    

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

नाम Smart Bookmark Manager Smart Bookmark Manager
ID nfobeapoafofgmfaggcajmnfdjemfpno
आधिकारिक URL https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno
विवरण A better look at your browsers Bookmarks with advance searching and the most useful filters
फ़ाइल का आकार 91.59 KB
स्थापना संख्या 1,629
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-11-24
प्रकाशन तिथि 2019-11-19
रेटिंग 4.32/5 कुल 25 रेटिंग्स
डेवलपर https://chromio.net
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-popup.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}