Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Wat is Copy All Urls?
Copy All Urls is een Chrome-extensie ontwikkeld door kdmsnr, en de belangrijkste functie is "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".
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
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Basisinformatie over de Extensie
Naam | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
Officiële URL | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
Beschrijving | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
Bestandsgrootte | 5.27 KB |
Aantal Installaties | 3,801 |
Huidige Versie | 0.2.7 |
Laatst Bijgewerkt | 2013-06-25 |
Publicatiedatum | 2013-06-25 |
Beoordeling | 4.00/5 Totaal 40 Beoordelingen |
Ontwikkelaar | kdmsnr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |