Border

Border на всё что попало

What is Border?

Border is a Chrome extension developed by deeamtee, and its main feature is "Border на всё что попало".

Extension Screenshots

screenshot

Download Border Extension CRX File

Download Border 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

                        Дополнение для навешивания свойства border на все элементы страницы                    

Extension Basic Information

Name Border Border
ID giimhlaegbbibccgaeilogofakgmhlhl
Official URL https://chromewebstore.google.com/detail/border/giimhlaegbbibccgaeilogofakgmhlhl
Description Border на всё что попало
File Size 6.07 KB
Installation Count 263
Current Version 0.0.3
Last Updated 2022-01-07
Publish Date 2021-11-03
Rating 4.89/5 Total 9 Ratings
Developer deeamtee
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Border",
    "description": "Border \u043d\u0430 \u0432\u0441\u0451 \u0447\u0442\u043e \u043f\u043e\u043f\u0430\u043b\u043e",
    "version": "0.0.3",
    "author": "@deeamtee",
    "browser_action": {
        "default_title": "Border-JS",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}