Bookmark Drag and Drop
New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.
Τι είναι το Bookmark Drag and Drop;
Το Bookmark Drag and Drop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bookdraganddrop, και η κύρια λειτουργία του είναι "New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookmark Drag and Drop
Λήψη αρχείων επέκτασης Bookmark Drag and Drop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Drag and Drop Bookmark is an Extension that turns all your Bookmarks into Images and allows you to Drag and Drop them into folders for organization. It also allows you to see all your Bookmarks visually on your Home Page, every time you open a New Tab. Research, Sites you want to revisit and old sites can be stored as a screenshot in draggable easy to read Folders and visually organized. By clicking "Add to chrome", I accept and agree to installing Bookmark Drag and Drop extension and setting Chrome™ New Tab search to Microsoft Bing provided by the service and the Terms of Use at: Privacy Policy: http://bookdraganddrop.com/privacy.html EULA: http://bookdraganddrop.com/eula.html Bookmark Drag and Drop search will be powered by Microsoft Bing.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | acjegpjbdafiagcbicgdkadmnjhljcbf |
Επίσημο URL | https://chrome.google.com/webstore/detail/bookmark-drag-and-drop/acjegpjbdafiagcbicgdkadmnjhljcbf |
Περιγραφή | New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder. |
Μέγεθος Αρχείου | 861 KB |
Αριθμός Εγκαταστάσεων | 933 |
Τρέχουσα Έκδοση | 1.3.8 |
Τελευταία Ενημέρωση | 2022-07-15 |
Ημερομηνία Δημοσίευσης | 2022-07-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | bookdraganddrop |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Drag and Drop", "description": "New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.", "version": "1.3.8", "manifest_version": 3, "icons": { "16": "\/img\/index.png", "32": "\/img\/index.png", "48": "\/img\/index.png", "128": "\/img\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "tabs", "activeTab", "bookmarks" ], "action": { "default_popup": "popup.html", "default_title": "Click here to show the popup to drag the bookmark in to your specific folder." }, "background": { "service_worker": "service_worker.js" } } |