Rocket Fuel

Autocomplete URLs

Rocket Fuel क्या है?

Rocket Fuel [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autocomplete URLs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rocket Fuel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}