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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}