Omnibox Twitter

Navigates to a twitter users' page by typing @ username into the omnibox

Omnibox Twitter là gì?

Omnibox Twitter là một tiện ích mở rộng Chrome được phát triển bởi chris, và tính năng chính của nó là "Navigates to a twitter users' page by typing @ username into the omnibox".

Ả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 Omnibox Twitter

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

                        Easily navigate to a twitter users' page by typing @  username into the omnibox and pressing enter.

eg: @ twitter   -> https://twitter.com/twitter                    

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

Tên Omnibox Twitter Omnibox Twitter
ID ijepoopnmhdclmamigdibjmdpmdmmmfe
URL Chính Thức https://chromewebstore.google.com/detail/omnibox-twitter/ijepoopnmhdclmamigdibjmdpmdmmmfe
Mô tả Navigates to a twitter users' page by typing @ username into the omnibox
Kích Thước Tệp 7.38 KB
Số Lần Cài Đặt 583
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-04-27
Ngày Phát Hành 2016-04-27
Đánh Giá 4.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển chris
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Navigates to a twitter users' page by typing @  username into the omnibox",
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Omnibox Twitter",
    "omnibox": {
        "keyword": "@"
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}