Tabs to clipboard, clipboard to tabs

Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.

Hvad er Tabs to clipboard, clipboard to tabs?

Tabs to clipboard, clipboard to tabs er en Chrome-udvidelse udviklet af https://www.freezeec.com, og dens hovedfunktion er "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.".

Udvidelsesskærmbilleder

screenshot

Download Tabs to clipboard, clipboard to tabs-udvidelses-CRX-fil

Download Tabs to clipboard, clipboard to tabs-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

                        Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs                    

Grundlæggende oplysninger om udvidelsen

Navn Tabs to clipboard, clipboard to tabs Tabs to clipboard, clipboard to tabs
ID baiigfcdcocfkkjjcdhjombfpkffmfce
Officiel URL https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce
Beskrivelse Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
Filstørrelse 261 KB
Antal Installationer 21
Nuværende Version 1.0
Senest Opdateret 2017-07-03
Udgivelsesdato 2017-07-03
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://www.freezeec.com
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/Copy-Link-19.png",
        "default_title": "Tabs to clipboard, clipboard to tabs",
        "default_popup": "popup.html"
    },
    "description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.",
    "icons": {
        "128": "img\/Copy-Link-128.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery-1.7.2_min.js",
            "vendor\/encoder.js",
            "background.js"
        ]
    },
    "commands": {
        "copy": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Copy"
        },
        "paste": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Paste"
        }
    },
    "name": "Tabs to clipboard, clipboard to tabs",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "version": "1.0",
    "manifest_version": 2
}