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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |