Cutouts

AI organizer for cutouts on the browser

Cos'è Cutouts?

Cutouts è un'estensione di Chrome sviluppata da Thiyagaraj T, e la sua funzione principale è "AI organizer for cutouts on the browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cutouts

Scarica i file di estensione Cutouts 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

                        Do you need a Pinterest for your next project to grab inspiration from the web & never forget it? 

Features -
✅ Save text highlights & links from the web and collect inspiration & data for your next big article or award winning ad 🏆

✅ Save images & videos and generate moodboards on the fly 📸

✅ Create instant color palettes from images 🎨

✅ Sorts and auto tags all your cutouts and search like a pro! 🔎

✅ Create collections and keep yourself organised 🧘‍♀️

✅ No sign up required, always FREE ✨

✅ No spying ! Your data is your data. Everything is processed on your machine, in your browser 🕵️‍♂️ 🔐
✅ Export all data in CSV format

Cutouts bring you the smartest clipboard organiser for the web ever built. Save images, text & videos with one click & do not worry about keeping a track. Cutouts makes it simple to organise your web. Cutouts use ML on the browser to make your search simple and relevant.                    

Informazioni di Base sull'Estensione

Nome Cutouts Cutouts
ID jcjaaeialhaakckfpmpkipnjeiggekib
URL Ufficiale https://chromewebstore.google.com/detail/cutouts/jcjaaeialhaakckfpmpkipnjeiggekib
Descrizione AI organizer for cutouts on the browser
Dimensione del File 2.82 MB
Conteggio Installazioni 2,429
Versione Corrente 0.7.0
Ultimo Aggiornamento 2021-09-08
Data di Pubblicazione 2020-08-14
Valutazione 3.83/5 Totale 18 Valutazioni
Sviluppatore Thiyagaraj T
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cutouts.app/
URL della Pagina di Aiuto https://cutouts.app/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cutouts",
    "version": "0.7.0",
    "description": "AI organizer for cutouts on the browser",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)",
    "web_accessible_resources": [
        "icons\/*",
        "assets\/*"
    ],
    "permissions": [
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "browser_action": {
        "title": "Cutout"
    }
}