Tab Grab Paste

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

Cos'è Tab Grab Paste?

Tab Grab Paste è un'estensione di Chrome sviluppata da ScaledCap Studio, e la sua funzione principale è "An extention for quckly grabbing the tab title, URLs and a snapshot of the page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tab Grab Paste

Scarica i file di estensione Tab Grab Paste in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
URL Ufficiale https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Descrizione An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Dimensione del File 23.71 KB
Conteggio Installazioni 99
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2021-01-30
Data di Pubblicazione 2020-09-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ScaledCap Studio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://scaledcapstudio.ca/
Lingue Supportate 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"
        ]
    }
}