Youhub Search

An alternative to Chrome's Omnibox. Replaces the New Tab page.

Was ist Youhub Search?

Youhub Search ist eine Chrome-Erweiterung, die von https://www.youhub.org entwickelt wurde, und ihr Hauptmerkmal ist "An alternative to Chrome's Omnibox. Replaces the New Tab page.".

Erweiterungsscreenshots

screenshot
screenshot

Youhub Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youhub Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Youhub.org is the new hyped search engine.
With an huge index of images, Videos and Websites it is the biggest search engine in europa.
Now we got an search bar to extend your browser.

Youhub makes Chrome's New Tab page act like Firefox's Awesome Bar:
 • Quickly find the history page, tab or bookmark you're after
 • Results are ranked using Mozilla's frequency algorithm, just like Firefox
 • Add and use your favorite websites' search engines with ease
 • Show tiled thumbnails for your top websites and installed Chrome apps

To use Youhub, simply open a new tab, or click the orange Youhub icon beside Chrome's Omnibox, or focus the Omnibox and press F+Spacebar.


Features include:

Address Box:
 • Accurately find your history items, bookmarks, and opened tabs
 • Results are ranked using Mozilla's frequency algorithm, just like Firefox
 • Full support for mid-word searching and non-alphanumeric characters
 • Consistent URL auto-fill / auto-complete
 • Intelligent page pre-rendering
 • Keyword shortcuts for your favorite websites
 • Right-click options such as Add/Edit Bookmark, Add/Edit Keyword, and Delete from History
 • Paste & Go
 • Search engine keyword shortcuts
 • URL blacklist
 • Switch to tab functionality

Search Box and search engines:
 • Right-click on search fields on your favorite websites to add them as Youhub search engines
 • Use your favorite search engines with the dedicated Search Box, or hide the Search Box and just use search engines from the Address Box
 • Assign keywords to search engines for quick access, or click a menu for a visual list of your search engines
 • Suggestions can be displayed as you type your query (suggestions from the selected search engine will be retrieved where available)
 • Paste & Search
 • Supports OpenSearch detection
 
Tiles:
 • Show tiles for your installed Chrome apps
 • Show tiles for your favorite websites with screenshot thumbnails
 • Let Youhub choose site tiles for you, or manually choose them yourself
 • Click and drag site tiles to rearrange

Youhub is not affiliated with Google, Chrome, Mozilla, Firefox, or the original AwesomeBar.                    

Grundlegende Informationen zur Erweiterung

Name Youhub Search Youhub Search
ID hphcloheehanelekcejhgpfckfopejil
Offizielle URL https://chromewebstore.google.com/detail/youhub-search/hphcloheehanelekcejhgpfckfopejil
Beschreibung An alternative to Chrome's Omnibox. Replaces the New Tab page.
Dateigröße 495 KB
Installationsanzahl 14
Aktuelle Version 1.4.0
Letztes Update 2016-02-22
Veröffentlichungsdatum 2016-02-22
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.youhub.org
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/jquery-1.7.min.js",
            "\/js\/common.js",
            "\/js\/common-1.js",
            "\/js\/logerror.js",
            "\/js\/md5-min.js",
            "\/js\/background-new.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/Youhub19.png",
        "default_title": "Open Youhub"
    },
    "chrome_url_overrides": {
        "newtab": "html\/Youhub.html#newTab"
    },
    "commands": {
        "addressBoxCurrentTab": {
            "description": "Open Youhub's Address Box in the current tab",
            "suggested_key": {
                "default": "Alt+D"
            }
        },
        "addressBoxNewTab": {
            "description": "Open Youhub's Address Box in a new tab",
            "suggested_key": {
                "default": "Ctrl+T"
            }
        },
        "searchBoxCurrentTab": {
            "description": "Open Youhub's Search Box in the current tab",
            "suggested_key": {
                "default": "Ctrl+K"
            }
        },
        "searchBoxNewTab": {
            "description": "Open Youhub's Search Box in a new tab",
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "js": [
                "js\/jquery-1.7.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "include_globs": [
                "http*"
            ],
            "js": [
                "js\/contextMenu-hoverToggle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "js": [
                "js\/updatetitle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "default-src 'self';   script-src 'self' https:\/\/platform.twitter.com;   style-src 'self' 'unsafe-inline';   img-src 'self' data: chrome: filesystem:;   connect-src 'self' http: https: chrome-extension:;   frame-src http: https:",
    "description": "An alternative to Chrome's Omnibox. Replaces the New Tab page.",
    "icons": {
        "128": "img\/Youhub128.png",
        "16": "img\/Youhub16.png",
        "19": "img\/Youhub19.png",
        "48": "img\/Youhub48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "name": "Youhub Search",
    "omnibox": {
        "keyword": "f"
    },
    "options_page": "html\/launchoptions.html",
    "permissions": [
        "",
        "tabs",
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/*",
        "unlimitedStorage",
        "management",
        "clipboardWrite",
        "clipboardRead",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0",
    "web_accessible_resources": [
        "html\/Youhub.html"
    ]
}