Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Was ist Copy All Urls?
Copy All Urls ist eine Chrome-Erweiterung, die von kdmsnr entwickelt wurde, und ihr Hauptmerkmal ist "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".
Erweiterungsscreenshots
Copy All Urls-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy All Urls-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
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Grundlegende Informationen zur Erweiterung
Name | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
Offizielle URL | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
Beschreibung | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
Dateigröße | 5.27 KB |
Installationsanzahl | 3,801 |
Aktuelle Version | 0.2.7 |
Letztes Update | 2013-06-25 |
Veröffentlichungsdatum | 2013-06-25 |
Bewertung | 4.00/5 Insgesamt 40 Bewertungen |
Entwickler | kdmsnr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
Unterstützte Sprachen | 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" ] } |