Tab Grab Paste

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

Qu'est-ce que Tab Grab Paste ?

Tab Grab Paste est une extension Chrome développée par ScaledCap Studio, et sa fonction principale est "An extention for quckly grabbing the tab title, URLs and a snapshot of the page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Grab Paste

Téléchargez les fichiers d'extension Tab Grab Paste au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
URL Officiel https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Description An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Taille du Fichier 23.71 KB
Nombre d'Installations 99
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2021-01-30
Date de Publication 2020-09-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur ScaledCap Studio
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://scaledcapstudio.ca/
Langues Prises en Charge 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"
        ]
    }
}