Tab Grab Paste

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

O que é Tab Grab Paste?

Tab Grab Paste é uma extensão do Chrome desenvolvida por ScaledCap Studio, e sua principal característica é "An extention for quckly grabbing the tab title, URLs and a snapshot of the page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Grab Paste

Baixe arquivos de extensão Tab Grab Paste no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
URL Oficial https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Descrição An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Tamanho do Arquivo 23.71 KB
Contagem de Instalações 99
Versão Atual 0.0.0.2
Última Atualização 2021-01-30
Data de Publicação 2020-09-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ScaledCap Studio
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://scaledcapstudio.ca/
Idiomas Suportados 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"
        ]
    }
}