Capitalizer

Capitalize title texts without second thoughts

什麼是Capitalizer?

Capitalizer是由alex.zhitnitsky開發的Chrome擴展程式,該擴展的主要功能是“Capitalize title texts without second thoughts”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Capitalizer擴展crx文件

下載Capitalizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Capitalizer Capitalizer
ID ajkdmhldcmmmfneelhebkigcecelkmkd
官方網址 https://chromewebstore.google.com/detail/capitalizer/ajkdmhldcmmmfneelhebkigcecelkmkd
簡介 Capitalize title texts without second thoughts
檔案大小 41.81 KB
安裝次數 475
目前版本 1.0
更新時間 2016-10-24
上架時間 2016-10-24
評分 5.00/5 共 11 次評分
開發者 alex.zhitnitsky
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}