Save to Make the Dot

Save selected images from any website to create your fashion moodboard

Save to Make the Dotคืออะไร?

Save to Make the Dot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://makethedot.com และคุณลักษณะหลักของมันคือ "Save selected images from any website to create your fashion moodboard"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Make the Dot

ดาวน์โหลดไฟล์ส่วนขยาย Save to Make the Dot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        👚 Save textile design images and inspiration from any website instantly. Create your fashion moodboard in minutes. 

Make the Dot is a collaborative workspace for textile design, enabling design projects to be completed quicker and together. 

Built with fashion designers from brands such as; ASOS, Fashion Institute of Technology (New York), and Champion, Make the Dot helps designers free up their headspace and spend more time creating.

With our extension, you can capture textile design inspiration directly into your collaborative workspace, with the original source links right at your fingertips.

Allowing you to create your fashion moodboard in minutes.

No more downloading and re-uploading images, or looking for the sources of your inspiration during a design review meeting.

⚙️ Key Features

- Save textile design images and inspiration across multiple web tabs instantly, directly to your design concept board
- See all the source links of all the images no matter their web location
- Sleep mode, to turn extension on and off when you’re not in your moodboarding flow

🖼️ Infinite Canvas 

- A collaborative workspace built around an infinite design canvas designed specifically for textile design
- Multiple zoom and zoom to fit options for maxmium design and moodboard visualization
- Organize and align cards with one click saving you time and headspace

🎨 Color Palettes

- Use the eye dropper tool to create color chips direct from images, as soon as they arrive on your moodboard
- A built in pantone color library, with all latest codes included in all subscriptions
- Translate HEX/RBG into Pantone, and back again within the same feature

✏️ Text

- Over 100 fonts available from a built in Google text library
- Highlight and underline certain words and sections directly on the moodboard
- Resize fonts in multiple sizes

🙏 Collaborate 

- Invite an editor directly onto your fashion moodboard to create together during a design meeting, in real-time
- Share a public link of your concept board to external viewers if any further edits are not wanted
- Comment on individual cards to provide asynchronous feedback, with notifications sent direct to your inbox
- Export your whole fashion moodboard, or only certain sections in PNG or JPEG to keep a printout copy

🚀 Some uses for Make the Dot

- Fashion moodboard
- Surface pattern design inspiration board
- Design concept board
- Fashion lookbook
- Visual linesheet

All available across any device - accessed remotely or at your design studio. 

🎬 Getting started

1. Enable chrome extension on Chrome Webstore 
2. Login or create an account if haven’t yet done so
3. The extension will automatically be enabled and become active
4. Browse your favourite websites for textile design inspiration 
5. Hover over an image to select it and save it directly to your moodboard, concept board or surface pattern design inspiration board                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save to Make the Dot Save to Make the Dot
ID ohbfndkiinellnjmhmgehifdanfniljh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-make-the-dot/ohbfndkiinellnjmhmgehifdanfniljh
คำอธิบาย Save selected images from any website to create your fashion moodboard
ขนาดไฟล์ 1.9 MB
จำนวนการติดตั้ง 232
เวอร์ชันปัจจุบัน 1.20
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2021-12-23
คะแนน 4.75/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://makethedot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.makethedot.com/download
URL หน้าช่วยเหลือ https://help.makethedot.com/
URL หน้านโยบายความเป็นส่วนตัว https://help.makethedot.com/en/articles/5608758-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save to Make the Dot",
    "description": "Save selected images from any website to create your fashion moodboard",
    "version": "1.20",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/css\/content.css",
                "media\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "Dot.png",
        "32": "Dot.png",
        "64": "Dot.png",
        "128": "Dot.png"
    },
    "action": []
}