Coopy - Multiple Copy/Paste
Coopy - Extension for Multiple Copy/Paste
Was ist Coopy - Multiple Copy/Paste?
Coopy - Multiple Copy/Paste ist eine Chrome-Erweiterung, die von http://coopy.li entwickelt wurde, und ihr Hauptmerkmal ist "Coopy - Extension for Multiple Copy/Paste".
Erweiterungsscreenshots
Coopy - Multiple Copy/Paste-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coopy - Multiple Copy/Paste-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
1. Enable extension
2. Select the necessary text and press the C key, select other necessary text and press the C key, over and over again
3. Go to the new document and press the V keys Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bgimpaahmlbpgfbfdmjjfmfehngechli |
| Offizielle URL | https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli |
| Beschreibung | Coopy - Extension for Multiple Copy/Paste |
| Dateigröße | 62.46 KB |
| Installationsanzahl | 1,591 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2017-03-20 |
| Veröffentlichungsdatum | 2017-03-20 |
| Bewertung | 3.13/5 Insgesamt 30 Bewertungen |
| Entwickler | http://coopy.li |
| Zahlungsart | free |
| Erweiterungswebsite | http://coopy.li/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coopy - Multiple Copy\/Paste",
"version": "1.1",
"manifest_version": 2,
"description": "Coopy - Extension for Multiple Copy\/Paste",
"background": {
"persistent": true,
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js",
"lib\/iziToast\/js\/iziToast.min.js"
],
"css": [
"lib\/iziToast\/css\/iziToast.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"icons": {
"128": "images\/icons\/icon128.png"
},
"browser_action": {
"name": "click to enable",
"default_icon": {
"16": "images\/icons\/icon16off.png",
"24": "images\/icons\/icon24off.png",
"32": "images\/icons\/icon32off.png"
}
},
"permissions": [
"clipboardRead",
"clipboardWrite",
" | |