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

Bookmark Drag and Drop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Drag and Drop Bookmark is an Extension that turns all your Bookmarks into Images and allows you to Drag and Drop them into folders for organization. It also allows you to see all your Bookmarks visually on your Home Page, every time you open a New Tab. 
Research, Sites you want to revisit and old sites can be stored as a screenshot in draggable easy to read Folders and visually organized.

By clicking "Add to chrome", I accept and agree to installing Bookmark Drag and Drop extension and setting Chrome™ New Tab search to Microsoft Bing provided by the service and the Terms of Use at: 
Privacy Policy: http://bookdraganddrop.com/privacy.html
EULA: http://bookdraganddrop.com/eula.html

Bookmark Drag and Drop search will be powered by Microsoft Bing.                    

확장 프로그램 기본 정보

이름 Bookmark Drag and Drop Bookmark Drag and Drop
ID acjegpjbdafiagcbicgdkadmnjhljcbf
공식 URL https://chrome.google.com/webstore/detail/bookmark-drag-and-drop/acjegpjbdafiagcbicgdkadmnjhljcbf
설명 New tab Advance bookmark shortcut tool with screenshot,drag & drop feature and save your Bookmark shortcut to a specific folder.
파일 크기 861 KB
설치 횟수 933
현재 버전 1.3.8
최근 업데이트 2022-07-15
출시 날짜 2022-07-04
평점 5.00/5 총 1 개의 평점
개발자 bookdraganddrop
이메일 [email protected]
결제 유형 free
지원되는 언어 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.8",
    "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"
    }
}