Omnibox Twitter

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

Omnibox Twitterとは何ですか?

Omnibox Twitterはchrisによって開発されたChromeの拡張機能で、その主な機能は「Navigates to a twitter users' page by typing @ username into the omnibox」です。

拡張機能のスクリーンショット

screenshot

Omnibox Twitter拡張機能のCRXファイルをダウンロード

Omnibox Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Omnibox Twitter Omnibox Twitter
ID ijepoopnmhdclmamigdibjmdpmdmmmfe
公式URL https://chromewebstore.google.com/detail/omnibox-twitter/ijepoopnmhdclmamigdibjmdpmdmmmfe
説明 Navigates to a twitter users' page by typing @ username into the omnibox
ファイルサイズ 7.38 KB
インストール数 583
現在のバージョン 1.0.1
最終更新日 2016-04-27
公開日 2016-04-27
評価 4.00/5 合計 10 レビュー
開発者 chris
Eメール [email protected]
支払い方法 free
対応言語 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"
}