Open Tabs

Show open tabs

Open Tabsとは何ですか?

Open TabsはSylによって開発されたChromeの拡張機能で、その主な機能は「Show open tabs」です。

拡張機能のスクリーンショット

screenshot

Open Tabs拡張機能のCRXファイルをダウンロード

Open Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs

Show open tabs:

- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab

The open tabs are updated in real time.

Changelog: https://github.com/sylouuu/chrome-open-tabs/releases                    

拡張機能の基本情報

名前 Open Tabs Open Tabs
ID cepfpldhbcfaklnnldhoaahgliijehap
公式URL https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap
説明 Show open tabs
ファイルサイズ 34.91 KB
インストール数 1,226
現在のバージョン 0.3.2
最終更新日 2017-06-22
公開日 2017-06-22
評価 3.75/5 合計 12 レビュー
開発者 Syl
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sylouuu/chrome-open-tabs
ヘルプページのURL https://github.com/sylouuu/chrome-open-tabs/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "version": "0.3.2",
    "description": "Show open tabs",
    "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}