Add to Dropmark
A quick way to add links, images, and screenshots to your Dropmark collections.
Τι είναι το Add to Dropmark;
Το Add to Dropmark είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.dropmark.com, και η κύρια λειτουργία του είναι "A quick way to add links, images, and screenshots to your Dropmark collections.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add to Dropmark
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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": [ " |