Awesome Duplicate Tab Button

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

Wat is Awesome Duplicate Tab Button?

Awesome Duplicate Tab Button is een Chrome-extensie ontwikkeld door https://upway2late.com, en de belangrijkste functie is "Awesome button to duplicate the current tab in a new Chrome window (or tab).".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Awesome Duplicate Tab Button

Download Awesome Duplicate Tab Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Awesome Duplicate Tab Button Awesome Duplicate Tab Button
ID haaoemffnfnpnedlepmpblbnpokomdon
Officiële URL https://chromewebstore.google.com/detail/awesome-duplicate-tab-but/haaoemffnfnpnedlepmpblbnpokomdon
Beschrijving Awesome button to duplicate the current tab in a new Chrome window (or tab).
Bestandsgrootte 31.18 KB
Aantal Installaties 487
Huidige Versie 1.2.0.0
Laatst Bijgewerkt 2020-12-08
Publicatiedatum 2016-09-22
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://upway2late.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.upway2late.com/projects/buttons-project
Help Pagina-URL http://www.upway2late.com/projects/buttons-project
URL van de Privacybeleid Pagina http://www.upway2late.com
Ondersteunde Talen 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
}