Abookmark : everything is a bookmark

Advanced bookmark & tab manager comes with bookmark bar, side panel & vertical tabs, tags...

Qu'est-ce que Abookmark : everything is a bookmark ?

Abookmark : everything is a bookmark est une extension Chrome développée par pfcao, et sa fonction principale est "Advanced bookmark & tab manager comes with bookmark bar, side panel & vertical tabs, tags...".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Abookmark : everything is a bookmark

Téléchargez les fichiers d'extension Abookmark : everything is a bookmark 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

                        Advanced bookmark and tab manager. 

A tab is a living bookmark and a bookmark is a sleeping tab. Why do you use 2 different managers for 1 thing and save them separately? 

## Features

- Bookmark bar & bookmark manager.
- Side panel & vertical tab bar with tab groups.
- Labels/Tags.
- Tab managements as onetab or session buddy.
- Data view. Copy bookmark or tab information to the clipboard.
- Sailing. (update saved bookmarks automatically while surfing)
- Link picking.
- Link replacing.
- Spread view & top bar / nav page.
- Recent bookmarks.
- Export any bookmark folder.
- Import selected bookmarks from a file.
- Monthly backup.
- Advanced search.
- Cooperate with native bookmark system.
- Auto sync for free.
- Data text editor. (edit bookmarks in your favorite text editor)
- Keyboard shortcuts.
- Link hint. (vi-like keyboard)


## Privacy

All your bookmarks are stored in your browser system. Abookmark does not transfer any of your data to anywhere else.                    

Informations de Base sur l'Extension

Nom Abookmark : everything is a bookmark Abookmark : everything is a bookmark
ID poeodakgiedndmmkabehagjgpbjkcfgg
URL Officiel https://chromewebstore.google.com/detail/abookmark-everything-is-a/poeodakgiedndmmkabehagjgpbjkcfgg
Description Advanced bookmark & tab manager comes with bookmark bar, side panel & vertical tabs, tags...
Taille du Fichier 1.09 MB
Nombre d'Installations 1,422
Version Actuelle 0.36.5
Dernière Mise à Jour 2024-03-05
Date de Publication 2021-10-11
Évaluation 4.39/5 Total 18 Évaluations
Développeur pfcao
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.abookmark.org
URL de la Page d'Aide https://github.com/pfcao/abookmark/issues
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.36.5",
    "short_name": "Abookmark",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.abookmark.org",
    "minimum_chrome_version": "109",
    "permissions": [
        "bookmarks",
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "notifications",
        "favicon",
        "downloads",
        "unlimitedStorage",
        "scripting",
        "clipboardWrite",
        "tabGroups",
        "sidePanel",
        "sessions"
    ],
    "host_permissions": [
        "https:\/\/www.bing.com\/"
    ],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "app.html",
                "nav.html",
                "bookmarks.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' chrome:\/\/favicon https:\/\/* http:\/\/*;"
    },
    "default_locale": "en",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sd.html"
    },
    "commands": {
        "openHomePage": {
            "description": "__MSG_openHomePage__",
            "suggested_key": {
                "default": "Ctrl+E"
            }
        },
        "openSidePanel": {
            "description": "Open side panel"
        },
        "toggleBmInPage": {
            "description": "__MSG_toggleBmInPage__"
        },
        "toggleNavInPage": {
            "description": "__MSG_toggleNavInPage__",
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        },
        "openNavPage": {
            "description": "__MSG_openNavPage__"
        },
        "togglePickMode": {
            "description": "__MSG_togglePickMode__"
        },
        "saveCurrentTab": {
            "description": "__MSG_saveCurrentTab__"
        },
        "storeSelectedTabs": {
            "suggested_key": {
                "default": "Ctrl+S"
            },
            "description": "__MSG_storeSelectedTabs__"
        },
        "storeCurrentGroup": {
            "description": "__MSG_storeCurrentGroup__"
        },
        "storeAllTabs": {
            "description": "__MSG_storeAllTabs__"
        },
        "storeOtherTabs": {
            "description": "__MSG_storeOtherTabs__"
        },
        "storeLeftTabs": {
            "description": "__MSG_storeLeftTabs__"
        },
        "storeRightTabs": {
            "description": "__MSG_storeRightTabs__"
        },
        "storeSelectedTabs_temp": {
            "description": "Store current tab to temp folder"
        },
        "storeSelectedTabs_top": {
            "description": "Store current tab to top folder"
        },
        "storeSelectedTabs_archive": {
            "description": "Store current tab to archive folder"
        },
        "copyTabs2Clipboard": {
            "description": "__MSG_copyTabs2Clipboard__"
        },
        "sailFocus": {
            "description": "Sail.reveal first tab"
        },
        "sailFold": {
            "description": "Sail.fold"
        },
        "sailUpward": {
            "description": "Sail.go upward"
        },
        "sailRefresh": {
            "description": "Sail.refresh & repaginate"
        },
        "sailExit": {
            "description": "Sail.exit"
        }
    }
}