Cutouts

AI organizer for cutouts on the browser

What is Cutouts?

Cutouts is a Chrome extension developed by Thiyagaraj T, and its main feature is "AI organizer for cutouts on the browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cutouts Extension CRX File

Download Cutouts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cutouts Cutouts
ID jcjaaeialhaakckfpmpkipnjeiggekib
Official URL https://chromewebstore.google.com/detail/cutouts/jcjaaeialhaakckfpmpkipnjeiggekib
Description AI organizer for cutouts on the browser
File Size 2.82 MB
Installation Count 2,429
Current Version 0.7.0
Last Updated 2021-09-08
Publish Date 2020-08-14
Rating 3.83/5 Total 18 Ratings
Developer Thiyagaraj T
Email [email protected]
Payment Type free
Extension Website https://cutouts.app/
Help Page URL https://cutouts.app/
Supported Languages 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"
    }
}