My Bookmarks Alpha

Manage your bookmarks with a simple and clean layout

My Bookmarks Alpha क्या है?

My Bookmarks Alpha Hackety Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your bookmarks with a simple and clean layout"।

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

screenshot
screenshot

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

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

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

                        My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager.

Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly.

My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.                    

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

नाम My Bookmarks Alpha My Bookmarks Alpha
ID ikdimglfjnihmbkaghnpcedcjddghcal
आधिकारिक URL https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal
विवरण Manage your bookmarks with a simple and clean layout
फ़ाइल का आकार 92.83 KB
स्थापना संख्या 74
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2019-02-28
प्रकाशन तिथि 2019-02-28
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर Hackety Apps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks Alpha",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Manage your bookmarks with a simple and clean layout",
    "permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "bookmarks": "popup.html"
    },
    "icons": {
        "16": "icon_016.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}