Alphabet to Google

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

Alphabet to Google क्या है?

Alphabet to Google Chris Kirk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text "Alphabet" with "Google." Brought to you by Slate.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Alphabet to Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}