Open First Result

Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result

Open First Result là gì?

Open First Result là một tiện ích mở rộng Chrome được phát triển bởi AltIvan, và tính năng chính của nó là "Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result".

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

screenshot

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

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

                        Now you can just add a bang (!) at the end of your search from the omnibox (AKA url bar) and open the first result! Just like "I'm feeling lucky" used to work, but better.

You can also click the back button and get the normal Google results, like magic!

Brought to you by http://CutCSS.com! CSS is now child's play!                    

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

Tên Open First Result Open First Result
ID gjnjcllfalbogkiimgehiinpmedadlii
URL Chính Thức https://chrome.google.com/webstore/detail/open-first-result/gjnjcllfalbogkiimgehiinpmedadlii
Mô tả Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-07-16
Ngày Phát Hành 2014-07-16
Đánh Giá 2.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển AltIvan
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": "Open First Result",
    "description": "Add a bang (!) at the end of your search (in the omnibox) to open the first Google Result",
    "version": "0.1",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "author": "CUTCSS.COM",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "show tab inspector"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}