Omnibox Twitter

Navigates to a twitter users' page by typing @ username into the omnibox

What is Omnibox Twitter?

Omnibox Twitter is a Chrome extension developed by chris, and its main feature is "Navigates to a twitter users' page by typing @ username into the omnibox".

Extension Screenshots

screenshot

Download Omnibox Twitter Extension CRX File

Download Omnibox Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily navigate to a twitter users' page by typing @  username into the omnibox and pressing enter.

eg: @ twitter   -> https://twitter.com/twitter                    

Extension Basic Information

Name Omnibox Twitter Omnibox Twitter
ID ijepoopnmhdclmamigdibjmdpmdmmmfe
Official URL https://chromewebstore.google.com/detail/omnibox-twitter/ijepoopnmhdclmamigdibjmdpmdmmmfe
Description Navigates to a twitter users' page by typing @ username into the omnibox
File Size 7.38 KB
Installation Count 583
Current Version 1.0.1
Last Updated 2016-04-27
Publish Date 2016-04-27
Rating 4.00/5 Total 10 Ratings
Developer chris
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Navigates to a twitter users' page by typing @  username into the omnibox",
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Omnibox Twitter",
    "omnibox": {
        "keyword": "@"
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}