Tab Grab Paste

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

¿Qué es Tab Grab Paste?

Tab Grab Paste es una extensión de Chrome desarrollada por ScaledCap Studio, y su función principal es "An extention for quckly grabbing the tab title, URLs and a snapshot of the page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Grab Paste

Descarga archivos de extensión Tab Grab Paste en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
URL Oficial https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Descripción An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Tamaño del Archivo 23.71 KB
Cantidad de Instalaciones 99
Versión Actual 0.0.0.2
Última Actualización 2021-01-30
Fecha de Publicación 2020-09-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador ScaledCap Studio
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://scaledcapstudio.ca/
Idiomas Soportados 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"
        ]
    }
}