Capitalize Domain

Capitalize the Universal Resource Locator for the current domain

Capitalize Domainคืออะไร?

Capitalize Domain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeremyfine365 และคุณลักษณะหลักของมันคือ "Capitalize the Universal Resource Locator for the current domain"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capitalize Domain

ดาวน์โหลดไฟล์ส่วนขยาย 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
}