Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

Vad är Tab Copy/Paste?

Tab Copy/Paste är en Chrome-tillägg utvecklad av Alexander, och dess huvudfunktion är "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".

Tilläggsskärmbilder

screenshot

Ladda ner Tab Copy/Paste-förlängningens CRX-fil

Ladda ner Tab Copy/Paste-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Tab Copy/Paste Tab Copy/Paste
ID nbfccmdfpollpgjnbghmnkmgimliookh
Officiell webbadress https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh
Beskrivning Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
Filstorlek 11.93 KB
Antal Installationer 10,000
Aktuell Version 1.2
Senast Uppdaterad 2015-02-21
Publiceringsdatum 2015-02-21
Betyg 4.64/5 Totalt 11 Betyg
Utvecklare Alexander
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Tab Copy\/Paste",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "short_name": "Tab Copy\/Paste",
    "version": "1.2"
}