Many Tabs Resolver

1-Click to download images, files, or copy all opened addresses.

什么是Many Tabs Resolver?

Many Tabs Resolver是由TaufikNur Production开发的Chrome扩展程序,该扩展的主要功能是“1-Click to download images, files, or copy all opened addresses.”。

扩展截图

screenshot

下载Many Tabs Resolver扩展crx文件

下载Many Tabs Resolver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension that helps you to copy or download all URLs which opened in separate tabs at once.

1. Copy all opened URLs
You can view list of all opened tab URLs, sort them, and copy them all to clipboard. In Opera you can show and copy URLs from the active workspace only.

2. Mass download images
You can open URLs or images which you want to download in new tab as many as you wish before actually mass download them.

3. Mass download files
Not only images, you can also download all files like PDFs or anything which opened in separate tabs.                    

扩展基本信息

名称 Many Tabs Resolver Many Tabs Resolver
ID dcclalmghnccnfbbeeaonadppojjokhj
官方URL https://chromewebstore.google.com/detail/many-tabs-resolver/dcclalmghnccnfbbeeaonadppojjokhj
简介 1-Click to download images, files, or copy all opened addresses.
文件大小 115 KB
安装次数 109
当前版本 0.0.4
更新时间 2022-07-28
上架时间 2022-07-12
评分 3.00/5 共3次评分
开发者 TaufikNur Production
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Many Tabs Resolver",
    "version": "0.0.4",
    "description": "1-Click to download images, files, or copy all opened addresses.",
    "author": "Taufik Nur Rahmanda",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Many Tabs Resolver - What to do with yout tabs?",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}