Copy & Paste Tabs
With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.
Qu'est-ce que Copy & Paste Tabs ?
Copy & Paste Tabs est une extension Chrome développée par Aradous.Dev, et sa fonction principale est "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy & Paste Tabs
Téléchargez les fichiers d'extension Copy & Paste Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Simple UI with big buttons for ease of use. And an option page to make some changes to the extension behavior. Features: ● Copy in two forms. URLs only or URLs with titles. ● Two Paste modes. Smart mode that extract URLs from text. And Simple Mode that take every line as one URLs without validation. Note: Smart mode only detects URLs that start with https, http, ftp, mailto, file, chrome or ssh.
Informations de Base sur l'Extension
Nom | Copy & Paste Tabs |
ID | icoajbmljoeejfbgeokibaohlijmbcbo |
URL Officiel | https://chromewebstore.google.com/detail/copy-paste-tabs/icoajbmljoeejfbgeokibaohlijmbcbo |
Description | With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser. |
Taille du Fichier | 25.27 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-06-28 |
Date de Publication | 2022-06-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Aradous.Dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy & Paste Tabs", "description": "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.", "version": "1.0.1", "manifest_version": 3, "permissions": [ "tabs", "clipboardRead", "clipboardWrite", "storage" ], "icons": { "16": "\/images\/CopyLink_16.png", "32": "\/images\/CopyLink_32.png", "48": "\/images\/CopyLink_48.png", "128": "\/images\/CopyLink_128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/CopyLink_16.png", "32": "\/images\/CopyLink_32.png", "48": "\/images\/CopyLink_48.png", "128": "\/images\/CopyLink_128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true } } |