Mouse Tab

Simple and powerful new tab page

什麼是Mouse Tab?

Mouse Tab是由http://newtab.ml開發的Chrome擴展程式,該擴展的主要功能是“Simple and powerful new tab page”。

下載Mouse Tab擴展crx文件

下載Mouse Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Mouse Tab Mouse Tab
ID cnfodimhlpakbjfecpnacbhebkjlcfnc
官方網址 https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc
簡介 Simple and powerful new tab page
檔案大小 24.13 KB
安裝次數 769
目前版本 1.0.2
更新時間 2015-10-30
上架時間 2015-10-30
開發者 http://newtab.ml
付費類型 free
支援的語言 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"
}