Статьи из черновиков habr.com

Возможность смотреть статьи, спрятанные в черновики

What is Статьи из черновиков habr.com?

Статьи из черновиков habr.com is a Chrome extension developed by Mikhail Fedosov, and its main feature is "Возможность смотреть статьи, спрятанные в черновики".

Extension Screenshots

screenshot

Download Статьи из черновиков habr.com Extension CRX File

Download Статьи из черновиков habr.com 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

                        С использованием Google Cache                    

Extension Basic Information

Name Статьи из черновиков habr.com Статьи из черновиков habr.com
ID edcicjmihigkdhkplphlddkjhmkbjlgj
Official URL https://chromewebstore.google.com/detail/%D1%81%D1%82%D0%B0%D1%82%D1%8C%D0%B8-%D0%B8%D0%B7-%D1%87%D0%B5%D1%80%D0%BD%D0%BE%D0%B2%D0%B8%D0%BA%D0%BE%D0%B2-habr/edcicjmihigkdhkplphlddkjhmkbjlgj
Description Возможность смотреть статьи, спрятанные в черновики
File Size 3.42 KB
Installation Count 34
Current Version 1.0.3
Last Updated 2019-02-19
Publish Date 2019-02-19
Rating 5.00/5 Total 3 Ratings
Developer Mikhail Fedosov
Email [email protected]
Payment Type free
Extension Website https://github.com/fedosov/habra_chrome
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0421\u0442\u0430\u0442\u044c\u0438 \u0438\u0437 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a\u043e\u0432 habr.com",
    "description": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0442\u0430\u0442\u044c\u0438, \u0441\u043f\u0440\u044f\u0442\u0430\u043d\u043d\u044b\u0435 \u0432 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a\u0438",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/habr.com\/*\/post\/*"
            ],
            "js": [
                "assets\/javascripts\/habra_chrome.js"
            ],
            "run_at": "document_end"
        }
    ]
}