Max Tabs
A small extension to limit the number of open tabs.
Max Tabsとは何ですか?
Max TabsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A small extension to limit the number of open tabs.」です。
拡張機能のスクリーンショット
Max Tabs拡張機能のCRXファイルをダウンロード
Max Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.
拡張機能の基本情報
名前 | Max Tabs |
ID | ghhcibaghjbdjmnknknlnbobcblfcnma |
公式URL | https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma |
説明 | A small extension to limit the number of open tabs. |
ファイルサイズ | 35.65 KB |
インストール数 | 5,162 |
現在のバージョン | 1.0.3 |
最終更新日 | 2018-10-10 |
公開日 | 2018-10-10 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A small extension to limit the number of open tabs.", "version": "1.0.3", "name": "Max Tabs", "options_page": "options.html", "permissions": [ "activeTab", "management", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |