MultiNewTab
Use multiple 'New Tab' chrome extensions at the same time.
MultiNewTabとは何ですか?
MultiNewTabはalexander.sideris.westによって開発されたChromeの拡張機能で、その主な機能は「Use multiple 'New Tab' chrome extensions at the same time.」です。
拡張機能のスクリーンショット
MultiNewTab拡張機能のCRXファイルをダウンロード
MultiNewTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use multiple 'New Tab' extensions without manually enabling and disabling them.
拡張機能の基本情報
名前 | MultiNewTab |
ID | dcekaapllellbikbhfgbacoebbopjhbl |
公式URL | https://chromewebstore.google.com/detail/multinewtab/dcekaapllellbikbhfgbacoebbopjhbl |
説明 | Use multiple 'New Tab' chrome extensions at the same time. |
ファイルサイズ | 69.57 KB |
インストール数 | 214 |
現在のバージョン | 1.0.5 |
最終更新日 | 2018-03-29 |
公開日 | 2018-03-29 |
評価 | 3.25/5 合計 16 レビュー |
開発者 | alexander.sideris.west |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiNewTab", "description": "Use multiple 'New Tab' chrome extensions at the same time.", "version": "1.0.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "management", "storage" ], "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ] } } |