Snip

The simplest way to highlight and share text on the internet.

O que é Snip?

Snip é uma extensão do Chrome desenvolvida por https://snip.st, e sua principal característica é "The simplest way to highlight and share text on the internet.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Snip

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

                        Open a new tab, highlight any text, and hit share. That's really it.

➤ Get a short URL to your snip, ready to be shared with others or stored for later use. 
➤ Add a caption for context. 
➤ Pick a theme based on your mood. 
➤ Make your snip public or private, depending on your preference. 
➤ Store all your highlights in one place.

Bookmarking has never been this simple.                    

Informações Básicas da Extensão

Nome Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
URL Oficial https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Descrição The simplest way to highlight and share text on the internet.
Tamanho do Arquivo 147 KB
Contagem de Instalações 131
Versão Atual 1.3.0
Última Atualização 2023-03-15
Data de Publicação 2023-02-16
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor https://snip.st
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.snip.st/
URL da Página de Ajuda https://www.snip.st/
URL da Página de Política de Privacidade https://snip.st/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Snip",
    "description": "The simplest way to highlight and share text on the internet.",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "prepare.js",
                "fragment-generation-utils.js",
                "link-generator.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-icon.png",
        "32": "assets\/32-icon.png",
        "48": "assets\/48-icon.png",
        "128": "assets\/128-icon.png"
    }
}