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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onlinezakladki.ru และคุณลักษณะหลักของมันคือ "Access to bookmarks from anywhere. Expanding the capabilities of the Onlinezakladki.ru service. For Google Chrome browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Online Bookmarks for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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 Visual Online Bookmarks for Chrome
ID djnpgdfhpekkfndopcchdppehjimibae
URL อย่างเป็นทางการ 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",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUmMx2+nY25BSamgP49ZPU0UmikH88QtSDM++HbgsY6msR3misk3F3w3D5R5cIiy59mkf8OMoWwP+raDnMwDbK+3n\/nGhvK0Gn9WMqMjv1NSoLEKk2KDdpxJsdBvqXWu9u5fUWF0OdRhssRpMy0ANDzaCFEu9TQO3vYXNojus9XwIDAQAB"
}