Alphabet to Google

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

Alphabet to Googleとは何ですか?

Alphabet to GoogleはChris Kirkによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text "Alphabet" with "Google." Brought to you by Slate.com.」です。

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

screenshot

Alphabet to Google拡張機能のCRXファイルをダウンロード

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