Tabs to clipboard, clipboard to tabs
Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
Was ist Tabs to clipboard, clipboard to tabs?
Tabs to clipboard, clipboard to tabs ist eine Chrome-Erweiterung, die von https://www.freezeec.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.".
Erweiterungsscreenshots
Tabs to clipboard, clipboard to tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabs to clipboard, clipboard to tabs-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
Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs Grundlegende Informationen zur Erweiterung
| Name | |
| ID | baiigfcdcocfkkjjcdhjombfpkffmfce |
| Offizielle URL | https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce |
| Beschreibung | Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action. |
| Dateigröße | 261 KB |
| Installationsanzahl | 21 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-07-03 |
| Veröffentlichungsdatum | 2017-07-03 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.freezeec.com |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/Copy-Link-19.png",
"default_title": "Tabs to clipboard, clipboard to tabs",
"default_popup": "popup.html"
},
"description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.",
"icons": {
"128": "img\/Copy-Link-128.png"
},
"background": {
"scripts": [
"vendor\/jquery-1.7.2_min.js",
"vendor\/encoder.js",
"background.js"
]
},
"commands": {
"copy": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Copy"
},
"paste": {
"suggested_key": {
"default": "Alt+V"
},
"description": "Paste"
}
},
"name": "Tabs to clipboard, clipboard to tabs",
"options_page": "options.html",
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"tabs",
"clipboardRead",
"clipboardWrite"
],
"version": "1.0",
"manifest_version": 2
} | |