Hive - Bookmarks

Bookmarks with super-powers. Keyboard shortcuts, search and more!

Τι είναι το Hive - Bookmarks;

Το Hive - Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tamir Nakar, και η κύρια λειτουργία του είναι "Bookmarks with super-powers. Keyboard shortcuts, search and more!".

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

screenshot
screenshot
screenshot

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

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

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

                        Key Features:

🚀 "Go-To" Feature (AKA mouse-less navigation!):
Experience instant access with Hive's unique "Go To" feature. Assign aliases to your bookmarks, enabling you to reach your favorite sites without lifting a finger from the keyboard. 
Just type 'go' in the address bar followed by the alias.
For instance, we can alias 'www.youtube.com' to 'y'
then navigate to Youtube by typing ➡ go y ⬅ at the address bar 

🔎 Easy X-Ray (Search) Feature:
Speed up your bookmark search with Hive's easy X-Ray feature. Quickly scan through your Hive bookmarks and seamlessly explore your Chrome native bookmarks—all in one place. Efficiency at your fingertips.

🔍 Neat Design for Effortless Navigation:
Hive offers a sleek design for your bookmarks, ensuring that you can easily locate and access your desired bookmark with minimal effort. Say goodbye to clutter and hello to organized simplicity.

🔄 Import and Export with Ease:
Collaborate seamlessly with other Hive users by importing and exporting bookmarks. Share your curated collection effortlessly, making bookmark management a collaborative and enjoyable experience.

---------------------------------------------------------------
Perfect for Every Environment:

🌈 Family-Friendly: Install Hive on your family's computers, making it a breeze for everyone to manage their bookmarks effortlessly.

💼 Workstation Efficiency: Boost productivity by setting up Hive on your work station, keeping work-related bookmarks separate and easily accessible.

💻 Powerful Tool for Programmers:
Are you a programmer seeking efficient workflow tools? Look no further—Hive is tailor-made for you! Unleash the full potential of the "Go To" feature to seamlessly navigate between environments. Experience the ease of jumping between coding projects and relevant resources with Hive, making your programming journey smoother than ever.

🤝 Collaboration Made Simple: Share and collaborate on bookmark collections with others, fostering a sense of community around your interests.
Say goodbye to bookmark chaos and hello to the joy of effortless bookmark management. Hive makes bookmarks easy and fun—install it now and experience a new level of control over your browsing world! 🌐✨                    

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

Όνομα Hive - Bookmarks Hive - Bookmarks
ID mgpaacedpjkjfnmjhbfiolffpmpdebdo
Επίσημο URL https://chromewebstore.google.com/detail/hive-bookmarks/mgpaacedpjkjfnmjhbfiolffpmpdebdo
Περιγραφή Bookmarks with super-powers. Keyboard shortcuts, search and more!
Μέγεθος Αρχείου 95.51 KB
Αριθμός Εγκαταστάσεων 157
Τρέχουσα Έκδοση 3.0.7
Τελευταία Ενημέρωση 2024-03-07
Ημερομηνία Δημοσίευσης 2020-07-25
Αξιολόγηση 4.99/5 Συνολικά 71 Αξιολογήσεις
Προγραμματιστής Tamir Nakar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.facebook.com/Hive.bookmarks
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/Hive.bookmarks
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hive - Bookmarks",
    "short_name": "Hive",
    "description": "Bookmarks with super-powers. Keyboard shortcuts, search and more!",
    "version": "3.0.7",
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "commands": {
        "addBookmark": {
            "suggested_key": {
                "default": "Ctrl+X"
            },
            "description": "Toggles 'add new bookmark' dialog"
        }
    },
    "action": {
        "default_title": "Hive",
        "default_icon": "img\/app_icons\/16x16.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "img\/app_icons\/16x16.png",
        "32": "img\/app_icons\/32x32.png",
        "48": "img\/app_icons\/48x48.png",
        "64": "img\/app_icons\/64x64.png",
        "128": "img\/app_icons\/128x128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_page": "https:\/\/ssl.google-analytics.com"
    }
}