Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Keeping Tabsとは何ですか?
Keeping TabsはRyan Slocumによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension aiming to simplify the surplus of tabs in one's browser」です。
拡張機能のスクリーンショット
Keeping Tabs拡張機能のCRXファイルをダウンロード
Keeping Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.
拡張機能の基本情報
名前 | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
公式URL | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
説明 | A chrome extension aiming to simplify the surplus of tabs in one's browser |
ファイルサイズ | 10.73 KB |
インストール数 | 160 |
現在のバージョン | 0.1.6 |
最終更新日 | 2020-09-29 |
公開日 | 2020-05-09 |
開発者 | Ryan Slocum |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keeping Tabs", "version": "0.1.6", "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "permissions": [ "tabs", "storage" ], "author": "Ryan Slocum", "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup.html", "default_title": "Keeping Tabs" }, "offline_enabled": true } |