Cutouts

AI organizer for cutouts on the browser

Cutoutsคืออะไร?

Cutouts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thiyagaraj T และคุณลักษณะหลักของมันคือ "AI organizer for cutouts on the browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cutouts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}