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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}