Copy All Urls
Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go.
Wat is Copy All Urls?
Copy All Urls is een Chrome-extensie ontwikkeld door Vincent Paré, en de belangrijkste functie is "Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy All Urls
Download Copy All Urls-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
Two features :
- Copy all opened tabs URL into clipboard. 4 formats available : Text, HTML, JSON and custom format.
- Paste to open all URLs in the clipboard into new tabs.
You can use keyboard shortcuts and copy only selected tabs. Basisinformatie over de Extensie
| Naam | |
| ID | djdmadneanknadilpjiknlnanaolmbfk |
| Officiële URL | https://chromewebstore.google.com/detail/copy-all-urls/djdmadneanknadilpjiknlnanaolmbfk |
| Beschrijving | Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go. |
| Bestandsgrootte | 128 KB |
| Aantal Installaties | 317,430 |
| Huidige Versie | 2.11 |
| Laatst Bijgewerkt | 2021-06-02 |
| Publicatiedatum | 2015-01-25 |
| Beoordeling | 4.61/5 Totaal 401 Beoordelingen |
| Ontwikkelaar | Vincent Paré |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://vincepare.github.io/CopyAllUrl_Chrome/ |
| Help Pagina-URL | https://github.com/vincepare/CopyAllUrl_Chrome/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/umbrella_19.png",
"default_title": "Copy URLs to clipboard",
"default_popup": "popup.html"
},
"description": "Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go.",
"icons": {
"128": "img\/umbrella_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": "Copy All Urls",
"options_page": "options.html",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"clipboardRead",
"clipboardWrite",
"notifications"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"version": "2.11",
"manifest_version": 2
} | |