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 https://onlinezakladki.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Yandex.Browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Visual Online Bookmarks for Yandex.Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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", " |