Capitalize Domain

Capitalize the Universal Resource Locator for the current domain

Capitalize Domainとは何ですか?

Capitalize Domainはjeremyfine365によって開発されたChromeの拡張機能で、その主な機能は「Capitalize the Universal Resource Locator for the current domain」です。

拡張機能のスクリーンショット

screenshot

Capitalize Domain拡張機能のCRXファイルをダウンロード

Capitalize Domain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Capitalize Domain Capitalize Domain
ID gcijhddlfcfpnpnaoihkbijgclkjnodi
公式URL https://chrome.google.com/webstore/detail/capitalize-domain/gcijhddlfcfpnpnaoihkbijgclkjnodi
説明 Capitalize the Universal Resource Locator for the current domain
ファイルサイズ 8.07 KB
インストール数 8,508
現在のバージョン 0.1
最終更新日 2014-04-01
公開日 2014-04-01
評価 3.67/5 合計 3 レビュー
開発者 jeremyfine365
支払い方法 free
対応言語 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
}