Alphabet to Google

Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.

Alphabet to Googleคืออะไร?

Alphabet to Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Kirk และคุณลักษณะหลักของมันคือ "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alphabet to Google

ดาวน์โหลดไฟล์ส่วนขยาย Alphabet to Google ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Changes all instances of "Alphabet" to "Google."                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alphabet to Google Alphabet to Google
ID ckhniebcpmpidgkojnmkokkchpemnbkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alphabet-to-google/ckhniebcpmpidgkojnmkokkchpemnbkm
คำอธิบาย Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.
ขนาดไฟล์ 13.58 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-08-18
วันที่เผยแพร่ 2015-08-18
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Chris Kirk
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Chris Kirk",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces the text \"Alphabet\" with \"Google.\" Brought to you by Slate.com.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alphabet to Google",
    "short_name": "Alpha2Google",
    "version": "1.1"
}