Bookmark Drag and Drop

New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.

O que é Bookmark Drag and Drop?

Bookmark Drag and Drop é uma extensão do Chrome desenvolvida por bookdraganddrop, e sua principal característica é "New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmark Drag and Drop

Baixe arquivos de extensão Bookmark Drag and Drop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bookmark Drag and Drop Bookmark Drag and Drop
ID lfkmkddacjocpfpdfgkadchaglhjdapa
URL Oficial https://chromewebstore.google.com/detail/bookmark-drag-and-drop/lfkmkddacjocpfpdfgkadchaglhjdapa
Descrição New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.
Tamanho do Arquivo 862 KB
Contagem de Instalações 10,000
Versão Atual 1.3.11
Última Atualização 2023-09-14
Data de Publicação 2022-07-27
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor bookdraganddrop
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bookmark-folders.com
Idiomas Suportados 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"
    }
}