Pasty

Create tabs from clipboard URL list

O que é Pasty?

Pasty é uma extensão do Chrome desenvolvida por https://oov.ch, e sua principal característica é "Create tabs from clipboard URL list".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pasty

Baixe arquivos de extensão Pasty 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

                        Pasty is a very simple multiple URL opener.
================================
http://google.com/
http://gmail.com/
http://maps.google.com/
================================
Please copy the URL list above and then click/touch the Pasty icon.
No need to paste, just click the icon.

Changelog:
v1.8
    - Remove the options page.
v1.7
    - Reimplement.
v1.6
    - Manifest v3.
v1.5
    - Update manifest.
v1.4
    - Automatic paste with clipboardRead permission.
v1.3
    - Remove "tabs" permission.
    - Remove background page.
    - "ttp://" and "ttps://" support.
v1.2
    - Textarea resizer disabled / etc.
v1.1
    - New url finder.
v1.0
    - Initial release.

Sourcecode:
    https://github.com/oov/Pasty

I do not sell this extension to anyone.
Please do not email me for such purposes.                    

Informações Básicas da Extensão

Nome Pasty Pasty
ID hdjihnnclpjhfdbbinmgoiehhoehhlgf
URL Oficial https://chromewebstore.google.com/detail/pasty/hdjihnnclpjhfdbbinmgoiehhoehhlgf
Descrição Create tabs from clipboard URL list
Tamanho do Arquivo 21.3 KB
Contagem de Instalações 121,547
Versão Atual 1.8
Última Atualização 2023-09-06
Data de Publicação 2018-06-08
Classificação 4.81/5 Total de 53 Avaliações
Desenvolvedor https://oov.ch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/oov/Pasty
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Pasty",
        "default_icon": "pasty48.png",
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{99489097-f01c-473b-ac99-ae706b5b7b96}",
            "strict_min_version": "109.0"
        }
    },
    "description": "Create tabs from clipboard URL list",
    "icons": {
        "128": "pasty128.png",
        "48": "pasty48.png"
    },
    "manifest_version": 3,
    "name": "Pasty",
    "version": "1.8",
    "permissions": [
        "clipboardRead"
    ]
}