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 } |