WorkBox Tool Bookmarks

Customize your browser to the maximum!

Τι είναι το WorkBox Tool Bookmarks;

Το WorkBox Tool Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://workboxtools.online, και η κύρια λειτουργία του είναι "Customize your browser to the maximum!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hello!
We did it for ourselves and decided to share it with you! We tried to do it well and simply, and we succeeded. Do not judge strictly! :)
Let's briefly talk about the expansion options:
- Create groups of bookmarks. The quantity is unlimited!
- Create bookmarks with flexible appearance settings. You can use pre-made templates (we are constantly updating them) or create your own! The quantity is unlimited!
- Adjustment of the number of bookmarks in one row.
- Swap bookmarks and groups with simple drag and drop.
- 3D visualization will make the start page voluminous and very beautiful.
- Synchronization. You can use your settings on multiple devices at the same time.
- Import Export. You can save the settings file in case of emergency or if you want to share the settings with a friend!
- We do not collect any information about you and your personal life! For synchronization, we use a randomly generated token key, which is your identifier. We do not ask you to fill in any personal data, including Email. We value your personal space.
- Convenient clock, thanks to which you can keep track of the time by opening a new tab.
- Quick access to the internal sections of the browser: Downloads, Bookmarks, History, Settings.
- Flexible customization of elements.
- Other small amenities. We are constantly adding something.

To date, we have adapted the work for resolutions up to 1920px. For 4K monitors, operation may be inconvenient. But soon we will adapt it for large screens.

The extension will always be free.
If you find any errors in the work, please do not leave bad reviews. Send us an email and we'll fix it. Our Email: [email protected]

We wish you a pleasant use and a good day!                    

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

Όνομα WorkBox Tool Bookmarks WorkBox Tool Bookmarks
ID nfifaalmjhbhgahjhhjcejhigbiiokjf
Επίσημο URL https://chromewebstore.google.com/detail/workbox-tool-bookmarks/nfifaalmjhbhgahjhhjcejhigbiiokjf
Περιγραφή Customize your browser to the maximum!
Μέγεθος Αρχείου 10.12 MB
Αριθμός Εγκαταστάσεων 241
Τρέχουσα Έκδοση 1.38
Τελευταία Ενημέρωση 2024-01-05
Ημερομηνία Δημοσίευσης 2023-02-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://workboxtools.online
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://workboxtools.online
Διεύθυνση URL της Σελίδας Βοήθειας https://workboxtools.online
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.38",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "\/assets\/js\/background.js"
    },
    "icons": {
        "16": "\/static\/images\/16.png",
        "32": "\/static\/images\/32.png",
        "48": "\/static\/images\/48.png",
        "128": "\/static\/images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab",
        "bookmarks"
    ],
    "action": {
        "default_title": "__MSG_ClickToBookmarkThisSite__"
    }
}