Mouse Tab
Simple and powerful new tab page
Mouse Tabとは何ですか?
Mouse Tabはhttp://newtab.mlによって開発されたChromeの拡張機能で、その主な機能は「Simple and powerful new tab page」です。
Mouse Tab拡張機能のCRXファイルをダウンロード
Mouse Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MouseTab - light-weight and beautiful chrome tab extension. It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added. Note: MouseTab changes your default search and new tab.
拡張機能の基本情報
名前 | |
ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
公式URL | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
説明 | Simple and powerful new tab page |
ファイルサイズ | 24.13 KB |
インストール数 | 769 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-10-30 |
公開日 | 2015-10-30 |
開発者 | http://newtab.ml |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "http:\/\/newtab.ml\/favicon.png", "is_default": true, "keyword": "newtab.ml", "name": "Mouse Tab", "search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'", "description": "Simple and powerful new tab page", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "Mouse Tab", "permissions": [ "topSites", "storage", "https:\/\/clients1.google.com\/", "https:\/\/ajax.googleapis.com\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |