Awesome Duplicate Tab Button

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

Qu'est-ce que Awesome Duplicate Tab Button ?

Awesome Duplicate Tab Button est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Awesome button to duplicate the current tab in a new Chrome window (or tab).".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Awesome Duplicate Tab Button

Téléchargez les fichiers d'extension Awesome Duplicate Tab Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Awesome Duplicate Tab Button Awesome Duplicate Tab Button
ID haaoemffnfnpnedlepmpblbnpokomdon
URL Officiel 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).
Taille du Fichier 31.18 KB
Nombre d'Installations 487
Version Actuelle 1.2.0.0
Dernière Mise à Jour 2020-12-08
Date de Publication 2016-09-22
Évaluation 4.50/5 Total 4 Évaluations
Développeur https://upway2late.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.upway2late.com/projects/buttons-project
URL de la Page d'Aide http://www.upway2late.com/projects/buttons-project
URL de la Page de Politique de Confidentialité http://www.upway2late.com
Langues Prises en Charge 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
}