Blgr

Blogger Y U NO leave the editor alone?

What is Blgr?

Blgr is a Chrome extension developed by saidrebyn, and its main feature is "Blogger Y U NO leave the editor alone?".

Extension Screenshots

screenshot

Download Blgr Extension CRX File

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

                        An extension that turns the cluttered Blogger's New Post into a minimal one. Documentation and screenshots: https://github.com/rebyn/Blgr                    

Extension Basic Information

Name Blgr Blgr
ID obpomfleflhhnfhpfcfnemkpcoifpoja
Official URL https://chromewebstore.google.com/detail/blgr/obpomfleflhhnfhpfcfnemkpcoifpoja
Description Blogger Y U NO leave the editor alone?
File Size 405 KB
Installation Count 236
Current Version 0.0.2
Last Updated 2013-06-12
Publish Date 2013-06-12
Rating 3.00/5 Total 4 Ratings
Developer saidrebyn
Payment Type free
Extension Website https://github.com/rebyn/Blgr
Help Page URL https://github.com/rebyn/Blgr
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blgr",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Blogger Y U NO leave the editor alone?",
    "homepage_url": "http:\/\/www.nogias.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/www.blogger.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ],
            "matches": [
                "*:\/\/www.blogger.com\/blogger.g?blogID=*"
            ]
        }
    ]
}