Save to Make the Dot

Save selected images from any website to create your fashion moodboard

Co je Save to Make the Dot?

Save to Make the Dot je rozšíření Chrome vyvinuté https://makethedot.com, a jeho hlavní funkcí je „Save selected images from any website to create your fashion moodboard“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Save to Make the Dot

Stáhněte si soubory rozšíření Save to Make the Dot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        👚 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                    

Základní Informace o Rozšíření

Název Save to Make the Dot Save to Make the Dot
ID ohbfndkiinellnjmhmgehifdanfniljh
Oficiální URL https://chromewebstore.google.com/detail/save-to-make-the-dot/ohbfndkiinellnjmhmgehifdanfniljh
Popis Save selected images from any website to create your fashion moodboard
Velikost souboru 1.9 MB
Počet instalací 232
Aktuální Verze 1.20
Poslední Aktualizace 2024-02-13
Datum Vydání 2021-12-23
Hodnocení 4.75/5 Celkem 16 Hodnocení
Vývojář https://makethedot.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.makethedot.com/download
URL Stránky Nápovědy https://help.makethedot.com/
URL Stránky Zásad Ochrany Soukromí https://help.makethedot.com/en/articles/5608758-privacy-policy
Podporované Jazyky 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": []
}