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.
Οδηγίες Χρήσης της Επέκτασης
With this newest version of Bookmark Image Scan and creation you can turn all bookmarks into images and then drag and drop them into separate folders. The one and only extension of this kind we have been looking for this feature for many years and decided to build it on our own. Now you can organize hundreds of old bookmarks and researched pages into readable viewable formats. The search features within the extension will be provided by Microsoft Bing; however, the extension will not make any changes in your default browser search setting. https://bookmark-folders.com/eula.html https://bookmark-folders.com/privacy.html By installing the Bookmark Drag and Drop Chrome extension you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bookmark Drag and Drop |
ID | lfkmkddacjocpfpdfgkadchaglhjdapa |
Επίσημο URL | https://chromewebstore.google.com/detail/bookmark-drag-and-drop/lfkmkddacjocpfpdfgkadchaglhjdapa |
Περιγραφή | New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder. |
Μέγεθος Αρχείου | 862 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.3.11 |
Τελευταία Ενημέρωση | 2023-09-14 |
Ημερομηνία Δημοσίευσης | 2022-07-27 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | bookdraganddrop |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://bookmark-folders.com |
Υποστηριζόμενες Γλώσσες | 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.11", "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" } } |