Bookmarks++

A better Bookmarks manager app.

Bookmarks++ क्या है?

Bookmarks++ Rami GB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better Bookmarks manager app."।

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

screenshot

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

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

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

                        An extension that helps you to easily manage and search your bookmarks.


New in version 0.0.4.2 : 
* Batch delete
* Folder name now appears in details
* Sort by folder
* Fixed search case sensitivity. 

I created this extension in a few hours to solve the problem of managing my bookmarks (more than 500), and i thought i'd share it with the world, that's it!, if i feel that people will benefit from it and need an update i will update it ... hopefully!                    

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

नाम Bookmarks++ Bookmarks++
ID lipplgkpgmnpfkbiompechagoogdafom
आधिकारिक URL https://chromewebstore.google.com/detail/bookmarks++/lipplgkpgmnpfkbiompechagoogdafom
विवरण A better Bookmarks manager app.
फ़ाइल का आकार 132 KB
स्थापना संख्या 71
वर्तमान संस्करण 0.0.4.2
अंतिम अपडेट 2014-08-18
प्रकाशन तिथि 2014-08-17
रेटिंग 3.43/5 कुल 7 रेटिंग्स
डेवलपर Rami GB
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Rami GB",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/jquery.js",
            "scripts\/underscore-min.js",
            "scripts\/angular.min.js",
            "scripts\/bootstrap.min.js",
            "scripts\/ang-app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "y",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}