Tab Grab Paste

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

Co to jest Tab Grab Paste?

Tab Grab Paste to rozszerzenie Chrome opracowane przez ScaledCap Studio, a jego główną funkcją jest „An extention for quckly grabbing the tab title, URLs and a snapshot of the page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tab Grab Paste

Pobierz pliki rozszerzeń Tab Grab Paste w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
Oficjalny URL https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Opis An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Rozmiar pliku 23.71 KB
Liczba instalacji 99
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2021-01-30
Data Publikacji 2020-09-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ScaledCap Studio
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://scaledcapstudio.ca/
Obsługiwane Języki 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"
        ]
    }
}