Tab Control
Tab Control stresses over your tabs so you don't have to.
Tab Controlとは何ですか?
Tab ControlはSanketh Hegdeによって開発されたChromeの拡張機能で、その主な機能は「Tab Control stresses over your tabs so you don't have to.」です。
拡張機能のスクリーンショット
Tab Control拡張機能のCRXファイルをダウンロード
Tab Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future. You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs. For the best experience, restart Chrome after first-time installation! Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.
拡張機能の基本情報
名前 | Tab Control |
ID | hheohnanbmmjfpnpgcejpnabbnjhbhip |
公式URL | https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip |
説明 | Tab Control stresses over your tabs so you don't have to. |
ファイルサイズ | 121 KB |
インストール数 | 84 |
現在のバージョン | 1.4.0 |
最終更新日 | 2017-08-17 |
公開日 | 2017-08-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Sanketh Hegde |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "version": "1.4.0", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/constants.js", "js\/TabWrapper.js", "js\/background.js" ] }, "description": "Tab Control stresses over your tabs so you don't have to.", "browser_action": { "default_title": "Tab Control", "default_popup": "popup.html" }, "icons": { "16": "img\/icon32.png", "48": "img\/icon96.png", "96": "img\/icon192.png", "128": "img\/icon256.png" }, "author": "Sanketh Hegde" } |