MTab
Just another newtab extension
Apa itu MTab?
MTab adalah ekstensi Chrome yang dikembangkan oleh http://wzhd.github.io, dan fitur utamanya adalah "Just another newtab extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MTab
Unduh file ekstensi MTab 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
Phoenix Nemo(https://plus.google.com/+PhoenixNemo/posts) created this simple newtab extension to override the default one. A MIT-licensed open-source extension with code available at https://github.com/phoenixlzx/MTab Web UI devs needed, PRs welcome!
Informasi Dasar Ekstensi
Nama | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
URL Resmi | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
Deskripsi | Just another newtab extension |
Ukuran File | 8.93 MB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2014-07-14 |
Tanggal Publikasi | 2014-07-14 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | http://wzhd.github.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/phoenixlzx/MTab |
URL Halaman Bantuan | https://github.com/phoenixlzx/MTab |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTab", "description": "Just another newtab extension", "version": "0.0.6", "manifest_version": 2, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "background": { "scripts": [ ".\/js\/jquery-2.1.1.min.js", ".\/js\/functions.js" ] }, "offline_enabled": true } |