ХабраРедизайнер

Изменение хедера сайта habrahabr.ru

What is ХабраРедизайнер?

ХабраРедизайнер is a Chrome extension developed by KirAmp, and its main feature is "Изменение хедера сайта habrahabr.ru".

Extension Screenshots

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

                        Изменение хедера сайта habrahabr.ru                    

Extension Basic Information

Name ХабраРедизайнер ХабраРедизайнер
ID nfikgkojogpagdfamabfkedgilcciemo
Official URL https://chromewebstore.google.com/detail/%D1%85%D0%B0%D0%B1%D1%80%D0%B0%D1%80%D0%B5%D0%B4%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD%D0%B5%D1%80/nfikgkojogpagdfamabfkedgilcciemo
Description Изменение хедера сайта habrahabr.ru
File Size 125 KB
Installation Count 130
Current Version 0.1.5.1
Last Updated 2013-08-31
Publish Date 2013-08-31
Rating 4.83/5 Total 30 Ratings
Developer KirAmp
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0425\u0430\u0431\u0440\u0430\u0420\u0435\u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440",
    "version": "0.1.5.1",
    "icons": {
        "16": "icon\/habr.png",
        "32": "icon\/habr.png",
        "128": "icon\/habr.png"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.habrahabr.ru\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/redesign.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.habrahabr.ru\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "html\/*",
        "js\/jquery-2.0.3.min.map"
    ]
}