Add to Dropmark

A quick way to add links, images, and screenshots to your Dropmark collections.

Add to Dropmark क्या है?

Add to Dropmark https://www.dropmark.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick way to add links, images, and screenshots to your Dropmark collections."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The "Add to Dropmark" extension is the quick way to add links, images, and screenshots to your Dropmark collections. Click the Dropmark toolbar button, right-click anywhere on a page, or drag and drop to quickly add an item to Dropmark.

Dropmark is the smart way to organize all your links, files, and notes into visual collections.                    

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

नाम Add to Dropmark Add to Dropmark
ID foiapgoppijipmmgkaibacckkhbngfhp
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-dropmark/foiapgoppijipmmgkaibacckkhbngfhp
विवरण A quick way to add links, images, and screenshots to your Dropmark collections.
फ़ाइल का आकार 246 KB
स्थापना संख्या 13,614
वर्तमान संस्करण 2.0.2.3
अंतिम अपडेट 2021-09-20
प्रकाशन तिथि 2017-12-07
रेटिंग 3.30/5 कुल 37 रेटिंग्स
डेवलपर https://www.dropmark.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dropmark.com/
सहायता पृष्ठ URL https://support.dropmark.com/
गोपनीयता नीति पृष्ठ URL https://www.dropmark.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.2.3",
    "name": "Add to Dropmark",
    "description": "A quick way to add links, images, and screenshots to your Dropmark collections.",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "background": {
        "scripts": [
            "assets\/js\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/assets\/js\/content-script.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/images\/icon-16.png",
            "32": "\/assets\/images\/[email protected]"
        },
        "theme_icons": [
            {
                "light": "\/assets\/images\/icon-16-light.svg",
                "dark": "\/assets\/images\/icon-16-dark.svg",
                "size": 16
            },
            {
                "light": "\/assets\/images\/icon-16-light.svg",
                "dark": "\/assets\/images\/icon-16-dark.svg",
                "size": 32
            }
        ],
        "default_popup": "\/views\/popup.html",
        "default_title": "Add to Dropmark"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    },
    "permissions": [
        "",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "options_ui": {
        "page": "\/views\/options\/options.html",
        "chrome_style": true
    }
}