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開發的Chrome擴展程式,該擴展的主要功能是“A quick way to add links, images, and screenshots to your Dropmark collections.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Add to Dropmark擴展crx文件

下載Add to Dropmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}