Bookmark Drag and Drop
New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.
Was ist Bookmark Drag and Drop?
Bookmark Drag and Drop ist eine Chrome-Erweiterung, die von bookdraganddrop entwickelt wurde, und ihr Hauptmerkmal ist "New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.".
Erweiterungsscreenshots
Bookmark Drag and Drop-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark Drag and Drop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | acjegpjbdafiagcbicgdkadmnjhljcbf |
Offizielle URL | https://chrome.google.com/webstore/detail/bookmark-drag-and-drop/acjegpjbdafiagcbicgdkadmnjhljcbf |
Beschreibung | New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder. |
Dateigröße | 861 KB |
Installationsanzahl | 933 |
Aktuelle Version | 1.3.8 |
Letztes Update | 2022-07-15 |
Veröffentlichungsdatum | 2022-07-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | bookdraganddrop |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |