Cutouts

AI organizer for cutouts on the browser

Cutouts란 무엇입니까?

Cutouts은(는) Thiyagaraj T에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI organizer for cutouts on the browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cutouts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Cutouts Cutouts
ID jcjaaeialhaakckfpmpkipnjeiggekib
공식 URL https://chromewebstore.google.com/detail/cutouts/jcjaaeialhaakckfpmpkipnjeiggekib
설명 AI organizer for cutouts on the browser
파일 크기 2.82 MB
설치 횟수 2,429
현재 버전 0.7.0
최근 업데이트 2021-09-08
출시 날짜 2020-08-14
평점 3.83/5 총 18 개의 평점
개발자 Thiyagaraj T
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cutouts.app/
도움말 페이지 URL https://cutouts.app/
지원되는 언어 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"
    }
}