Supercharge

Supercharge your omnibox (addressbar) with many features.

Supercharge là gì?

Supercharge là một tiện ích mở rộng Chrome được phát triển bởi http://bjorn.wikkeling.com, và tính năng chính của nó là "Supercharge your omnibox (addressbar) with many features.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Supercharge 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

                        Supercharge your omnibox (addressbar) with this extension. By typing `s` (without the quotes) followed by a space, in the address bar you start the Supercharge extension. Then you can feed it several commands. 

Tip: the keyboard shortcut CTRL+L (Windows/Linux) or CMD+L (OSX) highlights the URL.

These commands are currently available:

* Search current website
Type `s` (without the quotes) in the address bar followed by a space then type your search query and hit enter. You will now search within the website you are  currently visiting.

* Display IP adress
Type `s` (without the quotes) in the address bar followed by a space then type `ip` or just `i` (without the quotes) and hit enter. This will display your current IP address.

Features currently in development:
- search bookmarks
- search history
- switch to tab
- and many, many more...                    

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

Tên Supercharge Supercharge
ID imjaflpheokfhbbmdohmmpabecjfigem
URL Chính Thức https://chrome.google.com/webstore/detail/supercharge/imjaflpheokfhbbmdohmmpabecjfigem
Mô tả Supercharge your omnibox (addressbar) with many features.
Kích Thước Tệp 48.56 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2015-01-07
Ngày Phát Hành 2015-01-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://bjorn.wikkeling.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "supercharge"
    },
    "omnibox": {
        "keyword": "s"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}