AwesomeBar

Searches your bookmarks just like the Firefox AwesomeBar.

AwesomeBar क्या है?

AwesomeBar http://www.websqueak.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches your bookmarks just like the Firefox AwesomeBar."।

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

screenshot
screenshot
screenshot

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

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

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

                        Provides Firefox AwesomeBar functionality as a Chrome Extension.
Searches your bookmarks and orders in the same manner to the Firefox Awesomebar. To use the extension, type 'ab' in the Omnibar followed by your bookmark search text.

What's New in Version 2.0
Refactored entire search algorthim to mirror algorithm used by Firefox.

Version 1.3
Fixed searching to prioritize the capital letters at start of words in your favourites.

Version 1.2
Improved searching to prioritize the capital letters at start of words in your favourites to give a more accurate seach result.
Coming Soon : History and Feeling Lucky searching..

Version 1.1
Improvements in fuzzy logic searching.                    

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

नाम AwesomeBar AwesomeBar
ID epfjibmdcelinmbfeimnfeeggpebleje
आधिकारिक URL https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje
विवरण Searches your bookmarks just like the Firefox AwesomeBar.
फ़ाइल का आकार 193 KB
स्थापना संख्या 235
वर्तमान संस्करण 2.0
अंतिम अपडेट 2013-07-03
प्रकाशन तिथि 2013-07-03
रेटिंग 2.77/5 कुल 35 रेटिंग्स
डेवलपर http://www.websqueak.co.uk
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AwesomeBar",
    "version": "2.0",
    "description": "Searches your bookmarks just like the Firefox AwesomeBar.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "omnibox": {
        "keyword": "ab"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "search.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}