Bookmark Manager

Bookmark Manager

Vad är Bookmark Manager?

Bookmark Manager är en Chrome-tillägg utvecklad av https://aureolls.com, och dess huvudfunktion är "Bookmark Manager".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Bookmark Manager-förlängningens CRX-fil

Ladda ner Bookmark Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
Officiell webbadress https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Beskrivning Bookmark Manager
Filstorlek 516 KB
Antal Installationer 61,770
Aktuell Version 11.4.0
Senast Uppdaterad 2024-01-31
Publiceringsdatum 2020-05-17
Betyg 3.68/5 Totalt 53 Betyg
Utvecklare https://aureolls.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.aureolls.com/
Hjälpsida URL https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
URL till Sekretesspolicy Sidan https://aureolls.com/index.php/privacy-policy
Stödda Språk 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": [
                "*"
            ]
        }
    ]
}