Open Tabs
When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Open Tabsとは何ですか?
Open Tabsはopentabsによって開発されたChromeの拡張機能で、その主な機能は「When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.」です。
拡張機能のスクリーンショット
Open Tabs拡張機能のCRXファイルをダウンロード
Open Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
拡張機能の基本情報
名前 | Open Tabs |
ID | anffifgedjhloingebbhadnfengmbapm |
公式URL | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
説明 | When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. |
ファイルサイズ | 71.36 KB |
インストール数 | 109 |
現在のバージョン | 0.1.4 |
最終更新日 | 2014-08-23 |
公開日 | 2014-08-23 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | opentabs |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/myopentabs |
ヘルプページのURL | https://twitter.com/myopentabs |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Tabs", "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.", "version": "0.1.4", "incognito": "split", "icons": { "48": "opentabsfavicon48.ico", "128": "opentabsfavicon.ico" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "opentabs.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |