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.”。

擴展截圖

screenshot
screenshot

下載Bookmark Drag and Drop擴展crx文件

下載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 Bookmark Drag and Drop
ID lfkmkddacjocpfpdfgkadchaglhjdapa
官方網址 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"
    }
}