Закладки

Закладки

What is Закладки?

Закладки is a Chrome extension developed by infolinkcomp, and its main feature is "Закладки".

Extension Screenshots

screenshot
screenshot
screenshot

Download Закладки Extension CRX File

Download Закладки 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 Закладки Закладки
ID epedhhjablehgddacendapbngnkdgeih
Official URL https://chrome.google.com/webstore/detail/%D0%B7%D0%B0%D0%BA%D0%BB%D0%B0%D0%B4%D0%BA%D0%B8/epedhhjablehgddacendapbngnkdgeih
Description Закладки
File Size 126 KB
Installation Count 32
Current Version 3
Last Updated 2015-01-07
Publish Date 2015-01-07
Rating 3.67/5 Total 3 Ratings
Developer infolinkcomp
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0438",
    "description": "\u0417\u0430\u043a\u043b\u0430\u0434\u043a\u0438",
    "version": "3",
    "permissions": [
        "activeTab",
        "storage",
        "bookmarks",
        "http:\/\/mylinkbox.ru\/",
        "https:\/\/oauth.vk.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mylinkbox.ru\/*"
            ],
            "js": [
                "gettext.js"
            ]
        },
        {
            "matches": [
                "http:\/\/mylinkbox.ru\/*"
            ],
            "js": [
                "handleSyncButton.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bookmarkSync.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}