BookmarkManager

Convenient and beautiful new tab bookmark manager.

BookmarkManager क्या है?

BookmarkManager Sasha Onoshko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convenient and beautiful new tab bookmark manager."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab.
Also, you can change the background image of the new tab.                    

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

नाम BookmarkManager BookmarkManager
ID ldjaccfbgefedaefkliajmdiicajaofb
आधिकारिक URL https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb
विवरण Convenient and beautiful new tab bookmark manager.
फ़ाइल का आकार 623 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.1.03
अंतिम अपडेट 2021-02-12
प्रकाशन तिथि 2018-11-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Sasha Onoshko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkManager",
    "description": "Convenient and beautiful new tab bookmark manager.",
    "version": "0.1.03",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}