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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |