Bookmark Manager

Bookmark Manager

Co to jest Bookmark Manager?

Bookmark Manager to rozszerzenie Chrome opracowane przez https://aureolls.com, a jego główną funkcją jest „Bookmark Manager”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bookmark Manager

Pobierz pliki rozszerzeń Bookmark Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
Oficjalny URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Opis Bookmark Manager
Rozmiar pliku 516 KB
Liczba instalacji 61,770
Aktualna Wersja 11.4.0
Ostatnia Aktualizacja 2024-01-31
Data Publikacji 2020-05-17
Ocena 3.68/5 Łącznie 53 Oceny
Deweloper https://aureolls.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.aureolls.com/
Adres URL Strony Pomocy https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
Adres URL Strony Polityki Prywatności https://aureolls.com/index.php/privacy-policy
Obsługiwane Języki 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": [
                "*"
            ]
        }
    ]
}