TabCopy
Quickly copy tabs to the clipboard
Wat is TabCopy?
TabCopy is een Chrome-extensie ontwikkeld door https://tabcopy.com, en de belangrijkste functie is "Quickly copy tabs to the clipboard".
Extensie Screenshots
Download het CRX-bestand van de extensie TabCopy
Download TabCopy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Quickly copy open tabs to the clipboard in a variety of formats. ● Copy a single tab or all tabs. ● Use built-in formats like URL, Compact, Expanded, Link, Markdown, BB code, CSV, JSON, HTML, and HTML table. ● Define your own formats with custom templates.
Basisinformatie over de Extensie
Naam | TabCopy |
ID | micdllihgoppmejpecmkilggmaagfdmb |
Officiële URL | https://chromewebstore.google.com/detail/tabcopy/micdllihgoppmejpecmkilggmaagfdmb |
Beschrijving | Quickly copy tabs to the clipboard |
Bestandsgrootte | 96.39 KB |
Aantal Installaties | 92,725 |
Huidige Versie | 3.5 |
Laatst Bijgewerkt | 2021-10-31 |
Publicatiedatum | 2020-05-11 |
Beoordeling | 4.83/5 Totaal 536 Beoordelingen |
Ontwikkelaar | https://tabcopy.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sessionbuddy.com/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCopy", "description": "Quickly copy tabs to the clipboard", "version": "3.5", "minimum_chrome_version": "43", "manifest_version": 2, "background": { "page": "bg.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "commands": { "copy-tabs": { "description": "Copy tabs", "suggested_key": { "default": "Alt+C" } } }, "permissions": [ "clipboardWrite", "tabs", "contextMenus" ], "optional_permissions": [ "notifications" ] } |