Rocket Fuel

Autocomplete URLs

Rocket Fuel란 무엇입니까?

Rocket Fuel은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autocomplete URLs"입니다.

확장 프로그램 스크린샷

screenshot

Rocket Fuel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]
이메일 [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"
    ]
}