Copy All Urls

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

Qu'est-ce que Copy All Urls ?

Copy All Urls est une extension Chrome développée par kdmsnr, et sa fonction principale est "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy All Urls

Téléchargez les fichiers d'extension Copy All Urls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
URL Officiel https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
Description This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Taille du Fichier 5.27 KB
Nombre d'Installations 3,801
Version Actuelle 0.2.7
Dernière Mise à Jour 2013-06-25
Date de Publication 2013-06-25
Évaluation 4.00/5 Total 40 Évaluations
Développeur kdmsnr
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
Langues Prises en Charge 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"
    ]
}