Add to Dropmark

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

Add to Dropmark là gì?

Add to Dropmark là một tiện ích mở rộng Chrome được phát triển bởi https://www.dropmark.com, và tính năng chính của nó là "A quick way to add links, images, and screenshots to your Dropmark collections.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to Dropmark

Tải xuống các tệp mở rộng Add to Dropmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add to Dropmark Add to Dropmark
ID foiapgoppijipmmgkaibacckkhbngfhp
URL Chính Thức https://chromewebstore.google.com/detail/add-to-dropmark/foiapgoppijipmmgkaibacckkhbngfhp
Mô tả A quick way to add links, images, and screenshots to your Dropmark collections.
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 13,614
Phiên Bản Hiện Tại 2.0.2.3
Cập Nhật Lần Cuối 2021-09-20
Ngày Phát Hành 2017-12-07
Đánh Giá 3.30/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://www.dropmark.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dropmark.com/
URL Trang Trợ Giúp https://support.dropmark.com/
URL Trang Chính Sách Bảo Mật https://www.dropmark.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}