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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Yandex.Browser."입니다.
확장 프로그램 스크린샷
Visual Online Bookmarks for Yandex.Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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", " |