Awesome Duplicate Tab Button
Awesome button to duplicate the current tab in a new Chrome window (or tab).
Was ist Awesome Duplicate Tab Button?
Awesome Duplicate Tab Button ist eine Chrome-Erweiterung, die von https://upway2late.com entwickelt wurde, und ihr Hauptmerkmal ist "Awesome button to duplicate the current tab in a new Chrome window (or tab).".
Erweiterungsscreenshots
Awesome Duplicate Tab Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Awesome Duplicate Tab Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | haaoemffnfnpnedlepmpblbnpokomdon |
| Offizielle URL | https://chromewebstore.google.com/detail/awesome-duplicate-tab-but/haaoemffnfnpnedlepmpblbnpokomdon |
| Beschreibung | Awesome button to duplicate the current tab in a new Chrome window (or tab). |
| Dateigröße | 31.18 KB |
| Installationsanzahl | 487 |
| Aktuelle Version | 1.2.0.0 |
| Letztes Update | 2020-12-08 |
| Veröffentlichungsdatum | 2016-09-22 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | https://upway2late.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.upway2late.com/projects/buttons-project |
| Hilfeseite URL | http://www.upway2late.com/projects/buttons-project |
| URL der Datenschutzrichtlinien-Seite | http://www.upway2late.com |
| Unterstützte Sprachen | 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
} | |