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是由https://makethedot.com开发的Chrome扩展程序,该扩展的主要功能是“Save selected images from any website to create your fashion moodboard”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Save to Make the Dot扩展crx文件

下载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": []
}