Mouse Tab

Simple and powerful new tab page

Apa itu Mouse Tab?

Mouse Tab adalah ekstensi Chrome yang dikembangkan oleh http://newtab.ml, dan fitur utamanya adalah "Simple and powerful new tab page".

Unduh Berkas CRX Ekstensi Mouse Tab

Unduh file ekstensi Mouse Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mouse Tab Mouse Tab
ID cnfodimhlpakbjfecpnacbhebkjlcfnc
URL Resmi https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc
Deskripsi Simple and powerful new tab page
Ukuran File 24.13 KB
Jumlah Instalasi 769
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-10-30
Tanggal Publikasi 2015-10-30
Pengembang http://newtab.ml
Tipe Pembayaran free
Bahasa yang Didukung 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"
}