Rocket Fuel

Autocomplete URLs

Rocket Fuel là gì?

Rocket Fuel là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Autocomplete URLs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rocket Fuel

Tải xuống các tệp mở rộng Rocket Fuel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rocket Fuel Rocket Fuel
ID nacifdngbdljbokjfafefojlocjopebl
URL Chính Thức https://chromewebstore.google.com/detail/rocket-fuel/nacifdngbdljbokjfafefojlocjopebl
Mô tả Autocomplete URLs
Kích Thước Tệp 544 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2016-04-25
Ngày Phát Hành 2016-04-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển [email protected]
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tikurahul/rocket-fuel
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}