Capitalize Domain

Capitalize the Universal Resource Locator for the current domain

What is Capitalize Domain?

Capitalize Domain is a Chrome extension developed by jeremyfine365, and its main feature is "Capitalize the Universal Resource Locator for the current domain".

Extension Screenshots

screenshot

Download Capitalize Domain Extension CRX File

Download Capitalize Domain 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

                        Select "Capitalize Domain" from the context menu to transform the URL of the current domain to uppercase and display it in a popup.                    

Extension Basic Information

Name Capitalize Domain Capitalize Domain
ID gcijhddlfcfpnpnaoihkbijgclkjnodi
Official URL https://chrome.google.com/webstore/detail/capitalize-domain/gcijhddlfcfpnpnaoihkbijgclkjnodi
Description Capitalize the Universal Resource Locator for the current domain
File Size 8.07 KB
Installation Count 8,508
Current Version 0.1
Last Updated 2014-04-01
Publish Date 2014-04-01
Rating 3.67/5 Total 3 Ratings
Developer jeremyfine365
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Capitalize Domain",
    "description": "Capitalize the Universal Resource Locator for the current domain",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}