Tab Grab Paste

An extention for quckly grabbing the tab title, URLs and a snapshot of the page

Was ist Tab Grab Paste?

Tab Grab Paste ist eine Chrome-Erweiterung, die von ScaledCap Studio entwickelt wurde, und ihr Hauptmerkmal ist "An extention for quckly grabbing the tab title, URLs and a snapshot of the page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tab Grab Paste-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Grab Paste-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A quick and easy way to copy multiple tabs in your browser and take screenshots to send in emails.
Simply select the Tabs you wish to Grab and Paste!
You have options to include screenshots which will take a quick snapshot of each tab as you see them in the browser window. 
You may also adjust what titles you include in relation to the links copied. 

A good tool for Web Support, and saving multiple URL links in emails, notes, or lists.                    

Grundlegende Informationen zur Erweiterung

Name Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
Offizielle URL https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Beschreibung An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Dateigröße 23.71 KB
Installationsanzahl 99
Aktuelle Version 0.0.0.2
Letztes Update 2021-01-30
Veröffentlichungsdatum 2020-09-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ScaledCap Studio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://scaledcapstudio.ca/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Grab Paste",
    "description": "An extention for quckly grabbing the tab title, URLs and a snapshot of the page",
    "version": "0.0.0.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "128.png",
        "options.css",
        "options.html",
        "ScaledCap-Logo.svg"
    ],
    "background": {
        "scripts": [
            "copyscript.js"
        ]
    }
}