Copy URLs

Copy all URLs to clipboard

Wat is Copy URLs?

Copy URLs is een Chrome-extensie ontwikkeld door https://melanto.com, en de belangrijkste functie is "Copy all URLs to clipboard".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Copy URLs

Download Copy 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

                        Copy all open pages (title and/or address) to clipboard. Select what to export (all tabs or just the web-pages; all windows or current window only) and how to export it (choose between several formats -- simple url list, HTML, CSV etc.) 

You can define your own (custom) format to generate specific url list (for example -- JavaScript array or XLS table ready to be copy/pasted in Excel)                    

Basisinformatie over de Extensie

Naam Copy URLs Copy URLs
ID efkmnflmpgiklkehhoeiibnmdfffmmjk
Officiële URL https://chromewebstore.google.com/detail/copy-urls/efkmnflmpgiklkehhoeiibnmdfffmmjk
Beschrijving Copy all URLs to clipboard
Bestandsgrootte 47.07 KB
Aantal Installaties 36,688
Huidige Versie 1.0.0.3
Laatst Bijgewerkt 2020-03-25
Publicatiedatum 2020-03-25
Beoordeling 4.79/5 Totaal 29 Beoordelingen
Ontwikkelaar https://melanto.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://melanto.com/apps/copy-urls/
Help Pagina-URL http://melanto.com/apps/copy-urls/help.html
URL van de Privacybeleid Pagina https://melanto.com/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URLs",
    "short_name": "Copy URLs",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "homepage_url": "http:\/\/melanto.com\/apps\/copy-urls\/",
    "description": "Copy all URLs to clipboard",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Copy URLs",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "incognito": "spanning",
    "offline_enabled": true
}