Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "ShortBar",
"name": "Shortcut on Browser Address Bar Omnibox",
"description": "Start search directly and navigate to favorite websites easily from address bar (omnibox) with shortcuts.",
"version": "1.0.0",
"author": "Faruk Cepni",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"omnibox": {
"keyword": "."
},
"host_permissions": [],
"icons": {
"16": "assets\/img_16.png",
"24": "assets\/img_24.png",
"32": "assets\/img_32.png",
"64": "assets\/img_64.png",
"128": "assets\/img_128.png",
"256": "assets\/img_256.png",
"512": "assets\/img_512.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.bundle.js",
"type": "module"
}
}