MuseDAM Collector

This extension is to allow you to easily collect images / videos / web pages themselves / web screenshots from any web page into…

MuseDAM Collector क्या है?

MuseDAM Collector https://musedam.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to allow you to easily collect images / videos / web pages themselves / web screenshots from any web page into…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MuseDAM Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is to allow you to easily capture everything from web pages inspired images / videos / svg / url / screenshots into MuseDAM.

How to use ☀️:
▶︎1. Drag and drop
Drag and drop the images/videos you want to capture from the web page and put them into the small box of MuseDAM.
▶︎2. Right clickå
Right click on the image/video you want to capture and select "Capture to MuseDAM".
▶︎3. Screenshot / Frame Screenshot
You can take a screenshot of some elements, a full page scrolling screenshot, a screenshot of the visible area, and click on the MuseDAM plugin in the upper right corner to select the function you need in the menu.
▶︎4. Batch Capture
Click "Batch Capture" in the menu to get the highest resolution images that have been loaded on the current web page, and then select the ones you need to complete the capture with one click.
▶︎5. Save page
Save this web page directly to MuseDAM to visually manage your web bookmarks;

☀️What is MuseDAM?
A cloud-based asset manager for creatives that makes it easy to capture inspiration, manage materials, share files, collaborate in teams...
All-device accessibility, global acceleration;
Online preview of 70+ formats, online editing of design source files;
Encrypted sharing, easy dumping
Team collaboration: real-time sharing, tagging system management, data insight, permission management...
Rich metadata, multi-dimensional filtering, search, filtering, intelligent folder auto-categorization
Intelligent tagging, automatic labeling
AIGC tools: train your own AI models, 200+ official models available for use, super resolution...
......

Translated with www.DeepL.com/Translator (free version)                    

एक्सटेंशन की मूल जानकारी

नाम MuseDAM Collector MuseDAM Collector
ID pgfabgncjjnknojglnhjlcfjhgjlocog
आधिकारिक URL https://chromewebstore.google.com/detail/musedam-collector/pgfabgncjjnknojglnhjlcfjhgjlocog
विवरण This extension is to allow you to easily collect images / videos / web pages themselves / web screenshots from any web page into…
फ़ाइल का आकार 1.27 MB
स्थापना संख्या 3,000
वर्तमान संस्करण 2.1.8
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2021-11-27
रेटिंग 4.57/5 कुल 21 रेटिंग्स
डेवलपर https://musedam.cc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://musedam.cc
सहायता पृष्ठ URL https://musedam.cc/landing
गोपनीयता नीति पृष्ठ URL https://musedam.cc/link/3
समर्थित भाषाएँ en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_museDamName__",
    "default_locale": "zh_CN",
    "description": "__MSG_museDamDescription__",
    "version": "2.1.8",
    "commands": {
        "save-web-link": {
            "suggested_key": {
                "default": "Alt+0"
            },
            "description": "__MSG_saveWebLink__"
        },
        "batch-save": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "__MSG_batchSave__"
        },
        "cropped-area-capture": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "__MSG_croppedArea__"
        },
        "whole-page-capture": {
            "description": "__MSG_wholePage__"
        },
        "visible-area-capture": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "__MSG_visibleArea__"
        }
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "static\/css\/minidam-extension.light.css",
                "static\/css\/minidam.css",
                "static\/css\/nprogress.css",
                "static\/css\/index.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "plugins\/weibo\/weibo.css"
            ],
            "matches": [
                "https:\/\/weibo.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "plugins\/instagram\/instagram.css"
            ],
            "js": [
                "js\/instagram.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/500px.js"
            ],
            "matches": [
                "https:\/\/500px.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "plugins\/zcool\/zcool.css"
            ],
            "matches": [
                "https:\/\/www.zcool.com.cn\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "static\/js\/jquery.min.js",
                "js\/pinterest.js"
            ],
            "matches": [
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.pinterest.com.au\/*",
                "https:\/\/*.pinterest.jp\/*",
                "https:\/\/*.pinterest.de\/*",
                "https:\/\/*.pinterest.dk\/*",
                "https:\/\/*.pinterest.se\/*",
                "https:\/\/*.pinterest.pt\/*",
                "https:\/\/*.pinterest.es\/*",
                "https:\/\/*.pinterest.cl\/*",
                "https:\/\/*.pinterest.fr\/*",
                "https:\/\/*.pinterest.nz\/*",
                "https:\/\/*.pinterest.co.kr\/*",
                "https:\/\/*.pinterest.co.uk\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "plugins\/behance\/behance.css"
            ],
            "matches": [
                "https:\/\/*.behance.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dam.musetransfer.com\/*",
            "https:\/\/musedam.test.tezign.com\/*",
            "https:\/\/musedam.cc\/*",
            "https:\/\/musedam.top\/*"
        ]
    }
}