OpenedTabs

A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click

OpenedTabsとは何ですか?

OpenedTabsはAVJLabsによって開発されたChromeの拡張機能で、その主な機能は「A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple Chrome Tab Manager Extension which List Tabs, Copy all at once Opened tabs in the Chrome Window without clicking on going on the tab.

It increases the user Productivity and enhance your work. The Extension Copies the list of all opened tabs to the  local clipboard in a single click.

So that you can save a ton tabs all at once in your File, Email, IM Chat, etc. without any Panic,with Less Effort

Shows all Opened tabs in the current Google Chrome Window with their details like URL,Title,TAB ID,Webpage Icon and Status.

The Extension also allows the user to "Reload" and "Close" the tabs of the current window without moving to tab.

User can use the copied text from the clipboard for their personal use,save in a text file,in Email,sending links to friends and family.

Open tabs in one tab list, copy and share with anyone                    

拡張機能の基本情報

名前 OpenedTabs OpenedTabs
ID hgohfinkmbjghllknbjejeagkmckehif
公式URL https://chromewebstore.google.com/detail/openedtabs/hgohfinkmbjghllknbjejeagkmckehif
説明 A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click
ファイルサイズ 467 KB
インストール数 282
現在のバージョン 1.6
最終更新日 2020-10-27
公開日 2014-07-30
評価 3.50/5 合計 6 レビュー
開発者 AVJLabs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/Openedtabs
ヘルプページのURL https://github.com/anaghvj/OpenedTabs
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenedTabs",
    "description": "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click",
    "version": "1.6",
    "icons": {
        "48": "icon_48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/Images\/icon_48.png"
    ],
    "browser_action": {
        "default_icon": "\/Images\/favicon.png",
        "default_popup": "tablist.html"
    }
}