Стартовая страница от PANDO4KA

Стартовая страница где все расположенно на одной странице! Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые…

What is Стартовая страница от PANDO4KA?

Стартовая страница от PANDO4KA is a Chrome extension developed by http://pandasearch.info, and its main feature is "Стартовая страница где все расположенно на одной странице! Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые…".

Extension Screenshots

screenshot

Download Стартовая страница от PANDO4KA Extension CRX File

Download Стартовая страница от PANDO4KA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Стартовая страница где все расположенно на одной странице!
Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые популярные сайты.                    

Extension Basic Information

Name Стартовая страница от PANDO4KA Стартовая страница от PANDO4KA
ID lnfhngeohhhgppmneekcgmoionccdklb
Official URL https://chrome.google.com/webstore/detail/%D1%81%D1%82%D0%B0%D1%80%D1%82%D0%BE%D0%B2%D0%B0%D1%8F-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0-%D0%BE%D1%82-pan/lnfhngeohhhgppmneekcgmoionccdklb
Description Стартовая страница где все расположенно на одной странице! Удобный поиск в Вашей любимой поисковой сети. Быстрые ссылки на самые…
File Size 103 KB
Installation Count 490
Current Version 1.2.2
Last Updated 2017-03-10
Publish Date 2017-03-10
Rating 3.67/5 Total 6 Ratings
Developer http://pandasearch.info
Payment Type free
Supported Languages ru
manifest.json
{
    "name": "\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0442 PANDO4KA",
    "short_name": "\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u0442 PANDO4KA",
    "description": "",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/icons\/action.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_all.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "history",
        "activeTab",
        ""
    ],
    "version": "1.2.2",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pandasearch.dev\/*",
            "*:\/\/*.pandasearch.info\/*"
        ]
    }
}