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
电子邮箱 [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"
    }
}