Card Bookmarks

Presenting a bookmark in a new way

Τι είναι το Card Bookmarks;

Το Card Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KK YUAN, και η κύρια λειτουργία του είναι "Presenting a bookmark in a new way".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Card Bookmarks

Λήψη αρχείων επέκτασης Card Bookmarks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Card bookmark is a browser bookmark tool. The original bookmark bar will occupy the space of the webpage, while the card bookmark is displayed in a pop-up way, which disappears when it is used up. At the same time, it provides more space to display frequently used bookmarks. In order to make it easier to use, search and set-top functions have been added in succession. Now the latest version is to add cloud services to facilitate data synchronization.

This major update:
1. Add a switch icon to the right of the title (bookmark data classification) in the upper left corner;  

2. Further optimize the loading speed of bookmarks when opening;  

3. Optimize the search experience, faster;

Some usage tips:
1. When searching for bookmarks, click the bookmark icon to open the bookmark folder and scroll to the current bookmark location;

2. Double-click the search box to search for the previous input again;

3. When the bookmark (folder) is right-clicked, a dashed box is added to the unselected list to prompt that multiple selections are supported;                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Card Bookmarks Card Bookmarks
ID dkeildaicdhjaboibehldcancpkafnfl
Επίσημο URL https://chromewebstore.google.com/detail/card-bookmarks/dkeildaicdhjaboibehldcancpkafnfl
Περιγραφή Presenting a bookmark in a new way
Μέγεθος Αρχείου 1011 KB
Αριθμός Εγκαταστάσεων 3,416
Τρέχουσα Έκδοση 1.7.7
Τελευταία Ενημέρωση 2024-01-21
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.61/5 Συνολικά 109 Αξιολογήσεις
Προγραμματιστής KK YUAN
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου http://aa-zz.cn/apps/privacy_policy.html
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.7.7",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon_48.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "core\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/content_script.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "windows": "Ctrl+B",
                "mac": "MacCtrl+B"
            }
        }
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications",
        "contextMenus",
        "favicon"
    ],
    "host_permissions": [
        "*:\/\/aa-zz.cn\/*"
    ],
    "optional_permissions": [
        "tabs"
    ]
}