Visual Online Bookmarks for Yandex.Browser

Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Yandex.Browser.

Τι είναι το Visual Online Bookmarks for Yandex.Browser;

Το Visual Online Bookmarks for Yandex.Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onlinezakladki.ru, και η κύρια λειτουργία του είναι "Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Yandex.Browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Visual Online Bookmarks for Yandex.Browser

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

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

                        Note! 
   1. Technical support only at this address - service.onlinezakladki.ru/support.html

Service of visual bookmarks Onlinezakladki.ru was created for convenient and reliable storage of your bookmarks in unlimited quantities.

The Visual Bookmarking website provides the following basic features:

    1. Use without authorization.
    2. Select the number of bookmarks and desktops you need.
    3. Customizable color scheme.
    4. Folders, Themes.
    5. Plugins to expand the capabilities of the Service.

After authorization, you will receive Additional features:

    1. Synchronization of bookmarks with any computer or device.
    2. Personalization of positions individually for each of the connected devices.

The proposed browser extension will help to make everyday use of the service as convenient as possible, with the help of its settings you can:

     1. Open local links from Visual bookmarks
     2. Save added sites in the background
     3. Create screenshots of sites using the add-on
     4. Create backups of bookmarks using the add-on

 All settings are selectable.
 Use only what you really need!                    

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

Όνομα Visual Online Bookmarks for Yandex.Browser Visual Online Bookmarks for Yandex.Browser
ID mnknhhgbjagcagnkpodnfpfnfjedlmlo
Επίσημο URL https://chromewebstore.google.com/detail/visual-online-bookmarks-f/mnknhhgbjagcagnkpodnfpfnfjedlmlo
Περιγραφή Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Yandex.Browser.
Μέγεθος Αρχείου 2.34 MB
Αριθμός Εγκαταστάσεων 4,069
Τρέχουσα Έκδοση 3.2.19
Τελευταία Ενημέρωση 2022-08-30
Ημερομηνία Δημοσίευσης 2020-03-20
Αξιολόγηση 4.00/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής https://onlinezakladki.ru
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://onlinezakladki.ru/
Διεύθυνση URL της Σελίδας Βοήθειας https://service.onlinezakladki.ru/support.html
URL της Σελίδας Πολιτικής Απορρήτου https://onlinezakladki.ru/docs/privacy-policy.html
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "author": "Providec",
    "name": "__MSG_ext_name_yandex__",
    "description": "__MSG_ext_description_yandex__",
    "default_locale": "en",
    "version": "3.2.19",
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png"
        },
        "default_title": "__MSG_ext_default_title_yandex__"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "inc\/global.functions.js",
                "inc\/storage.local.js",
                "onlinezakladki.js"
            ],
            "matches": [
                "https:\/\/onlinezakladki.ru\/*",
                "https:\/\/bk.tools\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "incognito": "split",
    "permissions": [
        "bookmarks",
        "notifications",
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhs0QelryWKdj3w\/YdyHYs+GB1QL\/TQShqVRid+v+JxHQXD5ZChhrVzX5E251YPueJWAG0AcYsLYbDGvrOdMW3RiTadLkCIA0Choy7yUTc6AqgoIsub8ovn1QqFM+CSZxETuNF6t\/cfrmavzH\/GtsKjom6\/rvj7fRaxprM8hVHkNh5mZ3Ul0FqbREu8ztwFJD7g4PQlhY3eTrinV4pUB2HKFBv6RV1CjglvWx3L98tFivMSVEoxYvyXoHGOY3ay\/Z1k5Y4EfZ2loAuG5hdP+FfjPPyqgDZL0si9\/+Atw5oisNYCfj\/kJP1n9kltFajL4Opuqm0aKJuEV5REKqpXsgUQIDAQAB"
}