MTab
Just another newtab extension
What is MTab?
MTab is a Chrome extension developed by http://wzhd.github.io, and its main feature is "Just another newtab extension".
Extension Screenshots
Download MTab Extension CRX File
Download MTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
Official URL | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
Description | Just another newtab extension |
File Size | 8.93 MB |
Installation Count | 14 |
Current Version | 0.0.6 |
Last Updated | 2014-07-14 |
Publish Date | 2014-07-14 |
Rating | 5.00/5 Total 8 Ratings |
Developer | http://wzhd.github.io |
Payment Type | free |
Extension Website | https://github.com/phoenixlzx/MTab |
Help Page URL | https://github.com/phoenixlzx/MTab |
Supported Languages | 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 } |