Mouse Tab

Simple and powerful new tab page

Mouse Tab là gì?

Mouse Tab là một tiện ích mở rộng Chrome được phát triển bởi http://newtab.ml, và tính năng chính của nó là "Simple and powerful new tab page".

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

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

                        MouseTab - light-weight and beautiful chrome tab extension.
It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added. 
Note: MouseTab changes your default search  and new tab.                    

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

Tên Mouse Tab Mouse Tab
ID cnfodimhlpakbjfecpnacbhebkjlcfnc
URL Chính Thức https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc
Mô tả Simple and powerful new tab page
Kích Thước Tệp 24.13 KB
Số Lần Cài Đặt 769
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-10-30
Ngày Phát Hành 2015-10-30
Nhà Phát Triển http://newtab.ml
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "http:\/\/newtab.ml\/favicon.png",
            "is_default": true,
            "keyword": "newtab.ml",
            "name": "Mouse Tab",
            "search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'",
    "description": "Simple and powerful new tab page",
    "icons": {
        "128": "favicon.png"
    },
    "manifest_version": 2,
    "name": "Mouse Tab",
    "permissions": [
        "topSites",
        "storage",
        "https:\/\/clients1.google.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}