MTab
Just another newtab extension
什麼是MTab?
MTab是由http://wzhd.github.io開發的Chrome擴展程式,該擴展的主要功能是“Just another newtab extension”。
擴展截圖
下載MTab擴展crx文件
下載MTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
官方網址 | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
簡介 | Just another newtab extension |
檔案大小 | 8.93 MB |
安裝次數 | 14 |
目前版本 | 0.0.6 |
更新時間 | 2014-07-14 |
上架時間 | 2014-07-14 |
評分 | 5.00/5 共 8 次評分 |
開發者 | http://wzhd.github.io |
付費類型 | free |
擴展官網 | https://github.com/phoenixlzx/MTab |
說明頁面URL | https://github.com/phoenixlzx/MTab |
支援的語言 | 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 } |