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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bookmark Drag and Drop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}