Rocket Fuel
Autocomplete URLs
什么是Rocket Fuel?
Rocket Fuel是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Autocomplete URLs”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |