mixcloud-copy2clipboard
Allows to copy current track name to clipboard
Was ist mixcloud-copy2clipboard?
mixcloud-copy2clipboard ist eine Chrome-Erweiterung, die von troytft entwickelt wurde, und ihr Hauptmerkmal ist "Allows to copy current track name to clipboard".
Erweiterungsscreenshots
mixcloud-copy2clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie mixcloud-copy2clipboard-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
Chrome extension for mixcloud.com, allows you to copy current track name to clipboard by click. Source https://github.com/troytft/mixcloud-copy2clipboard
Grundlegende Informationen zur Erweiterung
Name | |
ID | mghjpbenegghiedeckghcbiinlgmpjfh |
Offizielle URL | https://chrome.google.com/webstore/detail/mixcloud-copy2clipboard/mghjpbenegghiedeckghcbiinlgmpjfh |
Beschreibung | Allows to copy current track name to clipboard |
Dateigröße | 23.54 KB |
Installationsanzahl | 80 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-12-25 |
Veröffentlichungsdatum | 2019-12-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | troytft |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mixcloud-copy2clipboard", "version": "1.0.0", "description": "Allows to copy current track name to clipboard", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/mixcloud.com\/*", "https:\/\/www.mixcloud.com\/*" ] } ] } |