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