Visual Bookmarks

Keep all your favorite sites in one place with Visual Bookmarks

ما هو Visual Bookmarks؟

Visual Bookmarks هو إضافة Chrome تم تطويرها بواسطة https://yandex.ru، والميزة الرئيسية لها هي "Keep all your favorite sites in one place with Visual Bookmarks".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Visual Bookmarks

قم بتنزيل ملفات الامتداد Visual Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Вам не хватает 8 стандартных закладок в Google Chrome™? Поставьте "Визуальные закладки" от Яндекса! С ними вы сможете увеличить их до 25. Вы сможете легко включать и отключать отображение некоторых закладок для того, чтобы они не загораживали элементы фона. Помимо этого, у вас всегда под рукой будет Панель закладок браузера. Со страницы Визуальных закладок вы легко сможете запускать  приложения (Apps) Google Chrome™.

Устанавливая программу, вы принимаете условия Лицензионного соглашения http://legal.yandex.ru/desktop_software_agreement/                    

معلومات أساسية عن التمديد

الاسم Visual Bookmarks Visual Bookmarks
ID pchfckkccldkbclgdepkaonamkignanh
عنوان URL الرسمي https://chromewebstore.google.com/detail/visual-bookmarks/pchfckkccldkbclgdepkaonamkignanh
الوصف Keep all your favorite sites in one place with Visual Bookmarks
حجم الملف 1.55 MB
عدد التثبيتات 1,203,212
النسخة الحالية 2.35.0
آخر تحديث 2020-10-22
تاريخ النشر 2019-04-22
تقييم 3.37/5 مجموع تقييمات 8846
المطور https://yandex.ru
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://yandex.ru/legal/confidential/index.html
اللغات المدعومة en,tr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_product_name__",
    "description": "__MSG_product_description__",
    "version": "2.35.0",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "default_locale": "ru",
    "background": {
        "scripts": [
            "build-info.js",
            "brandings.js",
            "backend\/bootstrap.js",
            "backend\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "chrome_url_overrides": {
        "newtab": "layout\/newtab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "includes\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "includes\/navigate.js"
            ],
            "matches": [
                "http:\/\/zen.yandex.ru\/*",
                "https:\/\/zen.yandex.ru\/*",
                "http:\/\/zen.yandex.com\/*",
                "https:\/\/zen.yandex.com\/*",
                "http:\/\/zen.yandex.com.tr\/*",
                "https:\/\/zen.yandex.com.tr\/*",
                "http:\/\/zen.yandex.ua\/*",
                "https:\/\/zen.yandex.ua\/*",
                "http:\/\/zen.yandex.by\/*",
                "https:\/\/zen.yandex.by\/*",
                "http:\/\/zen.yandex.kz\/*",
                "https:\/\/zen.yandex.kz\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "alarms",
        "bookmarks",
        "cookies",
        "geolocation",
        "history",
        "notifications",
        "storage",
        "tabs",
        "topSites",
        "unlimitedStorage",
        "webNavigation",
        "chrome:\/\/favicon\/",
        "*:\/\/*.yandex.ru\/*",
        "*:\/\/*.yandex.net\/*",
        "*:\/\/*.yandex.kz\/*",
        "*:\/\/*.yandex.ua\/*",
        "*:\/\/*.yandex.by\/*",
        "*:\/\/*.yandex.uz\/*",
        "*:\/\/*.yandex.com\/*",
        "*:\/\/*.yandex.com.tr\/*",
        "*:\/\/*.ya.ru\/*",
        "*:\/\/*.ya.by\/*",
        "*:\/\/*.ya.ua\/*",
        "*:\/\/*.ya.kz\/*",
        "*:\/\/*.ya.uz\/*",
        "*:\/\/*.ya.com\/*",
        "*:\/\/*.ya.com.tr\/*"
    ]
}