Copy All Urls

This extension copies all url on the current window to the clipboard. You can set the format up at option menu.

Hvad er Copy All Urls?

Copy All Urls er en Chrome-udvidelse udviklet af kdmsnr, og dens hovedfunktion er "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".

Udvidelsesskærmbilleder

screenshot

Download Copy All Urls-udvidelses-CRX-fil

Download Copy All Urls-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension copies all url on the current window to the clipboard.
You can set the format up at option menu.                    

Grundlæggende oplysninger om udvidelsen

Navn Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
Officiel URL https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
Beskrivelse This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Filstørrelse 5.27 KB
Antal Installationer 3,801
Nuværende Version 0.2.7
Senest Opdateret 2013-06-25
Udgivelsesdato 2013-06-25
Bedømmelse 4.00/5 Samlet 40 Bedømmelser
Udvikler kdmsnr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
Understøttede Sprog 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"
    ]
}