Smart Tabs
Creating a smarter way to use tabs to avoid overload
Smart Tabsとは何ですか?
Smart Tabsはjackyangdevelopによって開発されたChromeの拡張機能で、その主な機能は「Creating a smarter way to use tabs to avoid overload」です。
拡張機能のスクリーンショット
Smart Tabs拡張機能のCRXファイルをダウンロード
Smart Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you have a lot of tabs open on Chrome? Smart Tabs is the solution. This extension keeps track of which tabs on your browser are active, and which one's aren't. After a certain amount of time (30 minutes), inactive tabs will be terminated so that it will free up your browser of that extra clutter. However, you will still be able to access links to the sites of the closed tabs by clicking the Smart Tabs logo. This extension will improve the battery life of your by eliminating unneeded processes and it will make your browser much cleaner and organized. This extension is open source, feel free to contribute and add suggestions!
拡張機能の基本情報
名前 | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
公式URL | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
説明 | Creating a smarter way to use tabs to avoid overload |
ファイルサイズ | 7.43 KB |
インストール数 | 34 |
現在のバージョン | 1.0 |
最終更新日 | 2016-02-14 |
公開日 | 2016-02-14 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | jackyangdevelop |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jackyang127/Smart-Tabs |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tabs", "description": "Creating a smarter way to use tabs to avoid overload", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ] } } |