Capitalizer

Capitalize title texts without second thoughts

What is Capitalizer?

Capitalizer is a Chrome extension developed by alex.zhitnitsky, and its main feature is "Capitalize title texts without second thoughts".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Capitalizer Extension CRX File

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

                        Highlight text, right click the selection, and choose "Capitalize". It's as simple as that. Capitalizing tweets? Blog post titles? Any kind of other text? Capitalizer got you covered. Title case with no second thoughts.                    

Extension Basic Information

Name Capitalizer Capitalizer
ID ajkdmhldcmmmfneelhebkigcecelkmkd
Official URL https://chromewebstore.google.com/detail/capitalizer/ajkdmhldcmmmfneelhebkigcecelkmkd
Description Capitalize title texts without second thoughts
File Size 41.81 KB
Installation Count 475
Current Version 1.0
Last Updated 2016-10-24
Publish Date 2016-10-24
Rating 5.00/5 Total 11 Ratings
Developer alex.zhitnitsky
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capitalizer",
    "description": "Capitalize title texts without second thoughts",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "replacetext.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}