Save to Make the Dot

Save selected images from any website to create your fashion moodboard

Co to jest Save to Make the Dot?

Save to Make the Dot to rozszerzenie Chrome opracowane przez https://makethedot.com, a jego główną funkcją jest „Save selected images from any website to create your fashion moodboard”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Save to Make the Dot

Pobierz pliki rozszerzeń Save to Make the Dot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        👚 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Save to Make the Dot Save to Make the Dot
ID ohbfndkiinellnjmhmgehifdanfniljh
Oficjalny URL https://chromewebstore.google.com/detail/save-to-make-the-dot/ohbfndkiinellnjmhmgehifdanfniljh
Opis Save selected images from any website to create your fashion moodboard
Rozmiar pliku 1.9 MB
Liczba instalacji 232
Aktualna Wersja 1.20
Ostatnia Aktualizacja 2024-02-13
Data Publikacji 2021-12-23
Ocena 4.75/5 Łącznie 16 Oceny
Deweloper https://makethedot.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.makethedot.com/download
Adres URL Strony Pomocy https://help.makethedot.com/
Adres URL Strony Polityki Prywatności https://help.makethedot.com/en/articles/5608758-privacy-policy
Obsługiwane Języki 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": []
}