myGoogle

Use your your name as google image...

什么是myGoogle?

myGoogle是由Chakri开发的Chrome扩展程序,该扩展的主要功能是“Use your your name as google image...”。

扩展截图

下载myGoogle扩展crx文件

下载myGoogle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can rewrite the google image with image you generate from a name.
You can reset,preview and overwrite google image.                    

扩展基本信息

名称 myGoogle myGoogle
ID aaiachpcledheonekpfpcjgdfjoceedp
官方URL https://chromewebstore.google.com/detail/mygoogle/aaiachpcledheonekpfpcjgdfjoceedp
简介 Use your your name as google image...
文件大小 47.51 KB
安装次数 1,224
当前版本 1.0
更新时间 2013-10-21
上架时间 2013-10-21
评分 4.55/5 共33次评分
开发者 Chakri
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "myGoogle",
    "description": "Use your your name as google image...",
    "version": "1.0",
    "icons": {
        "48": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}