'Nuff Tabs
Limit the number of open tabs. Automatically close previous tabs.
'Nuff Tabsとは何ですか?
'Nuff Tabsはhttps://www.squobble.comによって開発されたChromeの拡張機能で、その主な機能は「Limit the number of open tabs. Automatically close previous tabs.」です。
拡張機能のスクリーンショット
'Nuff Tabs拡張機能のCRXファイルをダウンロード
'Nuff Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Limit the number of open tabs. Tabs are automatically closed when you surpass the limit, based on a rule you can specify. Options allow to 1. set the tab limit 2. specify the discard rule 3. leave the pinned tabs untouched 4. show the current number of tabs in the icon The following discard rules are included: Either close the oldest tab, the newest tab (avoids auto-closing tabs), the least recently used tab, the least frequently used tab, or a random tab. Source code: https://github.com/steven2358/NuffTabs
拡張機能の基本情報
名前 | 'Nuff Tabs |
ID | kemeihccgedidlokcbfhdekcfojpjjmp |
公式URL | https://chromewebstore.google.com/detail/nuff-tabs/kemeihccgedidlokcbfhdekcfojpjjmp |
説明 | Limit the number of open tabs. Automatically close previous tabs. |
ファイルサイズ | 11.11 KB |
インストール数 | 975 |
現在のバージョン | 0.5 |
最終更新日 | 2015-10-02 |
公開日 | 2015-10-02 |
評価 | 4.44/5 合計 18 レビュー |
開発者 | https://www.squobble.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/steven2358/NuffTabs |
ヘルプページのURL | https://github.com/steven2358/NuffTabs/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "'Nuff Tabs", "author": "Steven Van Vaerenbergh", "version": "0.5", "description": "Limit the number of open tabs. Automatically close previous tabs.", "permissions": [ "tabs" ], "icons": { "19": "i\/nufftabs19.png", "32": "i\/nufftabs32.png", "48": "i\/nufftabs48.png", "64": "i\/nufftabs64.png", "128": "i\/nufftabs128.png" }, "browser_action": { "default_name": "'Nuff Tabs", "default_icon": "i\/nufftabs19.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "nufftabs.js" ] }, "options_page": "options.html" } |