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
公式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
Eメール [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"
    }
}