Awesome Duplicate Tab Button

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

What is Awesome Duplicate Tab Button?

Awesome Duplicate Tab Button is a Chrome extension developed by https://upway2late.com, and its main feature is "Awesome button to duplicate the current tab in a new Chrome window (or tab).".

Extension Screenshots

screenshot
screenshot

Download Awesome Duplicate Tab Button Extension CRX File

Download Awesome Duplicate Tab Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Awesome Duplicate Tab Button Awesome Duplicate Tab Button
ID haaoemffnfnpnedlepmpblbnpokomdon
Official URL https://chromewebstore.google.com/detail/awesome-duplicate-tab-but/haaoemffnfnpnedlepmpblbnpokomdon
Description Awesome button to duplicate the current tab in a new Chrome window (or tab).
File Size 31.18 KB
Installation Count 487
Current Version 1.2.0.0
Last Updated 2020-12-08
Publish Date 2016-09-22
Rating 4.50/5 Total 4 Ratings
Developer https://upway2late.com
Email [email protected]
Payment Type free
Extension Website http://www.upway2late.com/projects/buttons-project
Help Page URL http://www.upway2late.com/projects/buttons-project
Privacy Policy Page URL http://www.upway2late.com
Supported Languages 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
}