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是由bookdraganddrop開發的Chrome擴展程式,該擴展的主要功能是“New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.”。
擴展截圖
下載Bookmark Drag and Drop擴展crx文件
下載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 |
官方網址 | 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" } } |