Rocket Fuel

Autocomplete URLs

Rocket Fuelとは何ですか?

Rocket Fuelは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Autocomplete URLs」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an Omnibox extension that helps navigate to a fully customizable set of well known URLs.

Open a New Tab, and type go+TAB in the Omnibox, which activates the extension. Type the short name used and ENTER to navigate. The extension also provides suggestions as you type. Once you have entered the short keyword followed by the ENTER key, you will be navigated to the fully qualified URL.

Open the Options panel to configure the short names that you want to use for your frequently visited URLs.                    

拡張機能の基本情報

名前 Rocket Fuel Rocket Fuel
ID nacifdngbdljbokjfafefojlocjopebl
公式URL https://chromewebstore.google.com/detail/rocket-fuel/nacifdngbdljbokjfafefojlocjopebl
説明 Autocomplete URLs
ファイルサイズ 544 KB
インストール数 19
現在のバージョン 0.2.1
最終更新日 2016-04-25
公開日 2016-04-24
評価 5.00/5 合計 5 レビュー
開発者 [email protected]
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tikurahul/rocket-fuel
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket Fuel",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Autocomplete URLs",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/android-icon-48x48.png",
        "96": "images\/favicon-96x96.png",
        "128": "images\/android-icon-128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/output\/backgroundBundle.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "go"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ]
}