Open Tabs
Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.
Open Tabsとは何ですか?
Open Tabsはhttps://www.opentabs.ioによって開発されたChromeの拡張機能で、その主な機能は「Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.」です。
拡張機能のスクリーンショット
Open Tabs拡張機能のCRXファイルをダウンロード
Open Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open Tabs allows you to create groups of tabs, save them across multiple devices, and re-open them later. Reduce memory consumption and speed up your computer by saving into groups all the tabs that you don't need right now, and focus on what's relevant. If you usually find your browser with dozens of tabs open at a time or if you have several sets of tabs that you always use for specific activities in Chrome, you might find Open Tabs very useful. Open Tabs syncs to your Google account which means you it will remember your tab groups on any computer as long as you're signed in and you can customize it however you want. This extension is still in development, and therefore it will continue to improve over time. Your feedback is always very welcome.
拡張機能の基本情報
名前 | Open Tabs |
ID | hohlhlgjmkmoifphmaloogebclmjnhgb |
公式URL | https://chromewebstore.google.com/detail/open-tabs/hohlhlgjmkmoifphmaloogebclmjnhgb |
説明 | Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later. |
ファイルサイズ | 123 KB |
インストール数 | 1,207 |
現在のバージョン | 1.1.1 |
最終更新日 | 2017-04-16 |
公開日 | 2017-04-16 |
評価 | 4.00/5 合計 20 レビュー |
開発者 | https://www.opentabs.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.opentabs.io/ |
ヘルプページのURL | http://www.opentabs.io/help.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "short_name": "Open Tabs", "description": "Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.", "version": "1.1.1", "homepage_url": "http:\/\/www.opentabs.io\/", "offline_enabled": true, "permissions": [ "activeTab", "tabs", "storage" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_title": "Open Tabs", "default_popup": "popup.html", "default_icon": { "19": "images\/icons\/icon19.png", "38": "images\/icons\/[email protected]" } }, "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/[email protected]", "128": "images\/icons\/[email protected]" } } |