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 |
官方URL | 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 } |