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
官方網址 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"
    }
}