copy tab urls

copy tab url and titles.

Qu'est-ce que copy tab urls ?

copy tab urls est une extension Chrome développée par msakamoto-sf, et sa fonction principale est "copy tab url and titles.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension copy tab urls

Téléchargez les fichiers d'extension copy tab 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

                        Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template.

Useful when create cited urls from opend tabs.

Original source : https://github.com/msakamoto-sf/copy_tab_urls                    

Informations de Base sur l'Extension

Nom copy tab urls copy tab urls
ID dpddcgncoldfnleboobgkogkjnbdofce
URL Officiel https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce
Description copy tab url and titles.
Taille du Fichier 44.28 KB
Nombre d'Installations 256
Version Actuelle 1.0
Dernière Mise à Jour 2015-02-28
Date de Publication 2015-02-28
Évaluation 3.50/5 Total 2 Évaluations
Développeur msakamoto-sf
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "copy tab urls",
    "version": "1.0",
    "description": "copy tab url and titles.",
    "browser_action": {
        "default_icon": "copy_tab_urls_128.png",
        "default_title": "copy all tab url and titles",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "minimum_chrome_version": "22",
    "author": "msakamoto-sf ",
    "icons": {
        "16": "copy_tab_urls_32.png",
        "48": "copy_tab_urls_48.png",
        "128": "copy_tab_urls_128.png"
    }
}