Rocket Fuel

Autocomplete URLs

Qu'est-ce que Rocket Fuel ?

Rocket Fuel est une extension Chrome développée par [email protected], et sa fonction principale est "Autocomplete URLs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rocket Fuel

Téléchargez les fichiers d'extension Rocket Fuel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rocket Fuel Rocket Fuel
ID nacifdngbdljbokjfafefojlocjopebl
URL Officiel https://chromewebstore.google.com/detail/rocket-fuel/nacifdngbdljbokjfafefojlocjopebl
Description Autocomplete URLs
Taille du Fichier 544 KB
Nombre d'Installations 19
Version Actuelle 0.2.1
Dernière Mise à Jour 2016-04-25
Date de Publication 2016-04-24
Évaluation 5.00/5 Total 5 Évaluations
Développeur [email protected]
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tikurahul/rocket-fuel
Langues Prises en Charge 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"
    ]
}