Visual Online Bookmarks for Chrome
Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Google Chrome browser.
什麼是Visual Online Bookmarks for Chrome?
Visual Online Bookmarks for Chrome是由https://onlinezakladki.ru開發的Chrome擴展程式,該擴展的主要功能是“Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Google Chrome browser.”。
擴展截圖
下載Visual Online Bookmarks for Chrome擴展crx文件
下載Visual Online Bookmarks for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Note! 1. The proposed browser extension replaces the default new tab. 2. 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 the Service in a new tab 2. Open local links from Visual bookmarks 3. Save added sites in the background 4. Create screenshots of sites using the add-on 5. Create backups of bookmarks using the add-on All settings are selectable. Use only what you really need!
擴展基本資訊
名稱 | Visual Online Bookmarks for Chrome |
ID | djnpgdfhpekkfndopcchdppehjimibae |
官方網址 | https://chromewebstore.google.com/detail/visual-online-bookmarks-f/djnpgdfhpekkfndopcchdppehjimibae |
簡介 | Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Google Chrome browser. |
檔案大小 | 2.34 MB |
安裝次數 | 12,817 |
目前版本 | 3.2.19 |
更新時間 | 2022-03-02 |
上架時間 | 2020-03-20 |
評分 | 3.99/5 共 905 次評分 |
開發者 | 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_chrome__", "description": "__MSG_ext_description_chrome__", "default_locale": "en", "version": "3.2.19", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newChromiumTab.html" }, "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon_16.png" }, "default_title": "__MSG_ext_default_title__" }, "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", " |