Awesome Duplicate Tab Button

Awesome button to duplicate the current tab in a new Chrome window (or tab).

什么是Awesome Duplicate Tab Button?

Awesome Duplicate Tab Button是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Awesome button to duplicate the current tab in a new Chrome window (or tab).”。

扩展截图

screenshot
screenshot

下载Awesome Duplicate Tab Button扩展crx文件

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

扩展使用说明

                        This button duplicates the currently focused Chrome tab. 

There is an options page to choose whether the duplication occurs in a new tab or in new window option.                    

扩展基本信息

名称 Awesome Duplicate Tab Button Awesome Duplicate Tab Button
ID haaoemffnfnpnedlepmpblbnpokomdon
官方URL https://chromewebstore.google.com/detail/awesome-duplicate-tab-but/haaoemffnfnpnedlepmpblbnpokomdon
简介 Awesome button to duplicate the current tab in a new Chrome window (or tab).
文件大小 31.18 KB
安装次数 487
当前版本 1.2.0.0
更新时间 2020-12-08
上架时间 2016-09-22
评分 4.50/5 共4次评分
开发者 https://upway2late.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.upway2late.com/projects/buttons-project
帮助页面URL http://www.upway2late.com/projects/buttons-project
隐私政策页面URL http://www.upway2late.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Duplicate Tab Button",
    "version": "1.2.0.0",
    "description": "Awesome button to duplicate the current tab in a new Chrome window (or tab).",
    "icons": {
        "16": "duplicateTab_16.png",
        "48": "duplicateTab_48.png",
        "128": "duplicateTab_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "duplicateTab_19.png",
        "default_title": "Awesome Duplicate Tab Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}