Patchwork

Collect and organize bits of information from the web into into beautiful, thematic collections.

O que é Patchwork?

Patchwork é uma extensão do Chrome desenvolvida por Patchwork, e sua principal característica é "Collect and organize bits of information from the web into into beautiful, thematic collections.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Patchwork

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

                        Patchwork allows you to save online content to your very own corner of the web. You can easily save "Patches" of content, including pictures, videos, audio, web sites and text notes to your own "Patchworks".

You can populate your Patchworks however you see fit, make them public for others to see, and even collaborate on a Patchwork with your friends and colleagues.

Saving content is easy, you can either click on the extension icon and select which Patchwork to save to, or do so via the right-click menu.

Come and create your own curated corner of the web with Patchwork.                    

Informações Básicas da Extensão

Nome Patchwork Patchwork
ID pclkhkikkljaldmcpngkejdondbldpdf
URL Oficial https://chromewebstore.google.com/detail/patchwork/pclkhkikkljaldmcpngkejdondbldpdf
Descrição Collect and organize bits of information from the web into into beautiful, thematic collections.
Tamanho do Arquivo 328 KB
Contagem de Instalações 105
Versão Atual 1.0.6
Última Atualização 2023-10-31
Data de Publicação 2021-01-21
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Patchwork
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://patchworkapp.com
URL da Página de Política de Privacidade https://patchworkapp.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Patchwork",
    "version": "1.0.6",
    "description": "Collect and organize bits of information from the web into into beautiful, thematic collections.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        },
        "default_title": "Patchwork"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.patchworkapp.com\/*"
    ]
}