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文件

下载Cutouts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}