Bookmark Manager

Bookmark Manager

Bookmark Manager란 무엇입니까?

Bookmark Manager은(는) https://aureolls.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmark Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

확장 프로그램 기본 정보

이름 Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
공식 URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
설명 Bookmark Manager
파일 크기 516 KB
설치 횟수 61,770
현재 버전 11.4.0
최근 업데이트 2024-01-31
출시 날짜 2020-05-17
평점 3.68/5 총 53 개의 평점
개발자 https://aureolls.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.aureolls.com/
도움말 페이지 URL https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
개인정보 보호 정책 페이지 URL https://aureolls.com/index.php/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}