Bookmark Manager

Bookmark Manager

Qu'est-ce que Bookmark Manager ?

Bookmark Manager est une extension Chrome développée par https://aureolls.com, et sa fonction principale est "Bookmark Manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark Manager

Téléchargez les fichiers d'extension Bookmark Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
URL Officiel https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Description Bookmark Manager
Taille du Fichier 516 KB
Nombre d'Installations 61,770
Version Actuelle 11.4.0
Dernière Mise à Jour 2024-01-31
Date de Publication 2020-05-17
Évaluation 3.68/5 Total 53 Évaluations
Développeur https://aureolls.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.aureolls.com/
URL de la Page d'Aide https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
URL de la Page de Politique de Confidentialité https://aureolls.com/index.php/privacy-policy
Langues Prises en Charge 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": [
                "*"
            ]
        }
    ]
}