Patchwork

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

Cos'è Patchwork?

Patchwork è un'estensione di Chrome sviluppata da Patchwork, e la sua funzione principale è "Collect and organize bits of information from the web into into beautiful, thematic collections.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Patchwork

Scarica i file di estensione Patchwork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Patchwork Patchwork
ID pclkhkikkljaldmcpngkejdondbldpdf
URL Ufficiale https://chromewebstore.google.com/detail/patchwork/pclkhkikkljaldmcpngkejdondbldpdf
Descrizione Collect and organize bits of information from the web into into beautiful, thematic collections.
Dimensione del File 328 KB
Conteggio Installazioni 105
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-10-31
Data di Pubblicazione 2021-01-21
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Patchwork
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://patchworkapp.com
URL della Pagina della Politica sulla Privacy https://patchworkapp.com/privacy
Lingue Supportate 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\/*"
    ]
}