myGoogle

Use your your name as google image...

What is myGoogle?

myGoogle is a Chrome extension developed by Chakri, and its main feature is "Use your your name as google image...".

Extension Screenshots

Download myGoogle Extension CRX File

Download myGoogle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name myGoogle myGoogle
ID aaiachpcledheonekpfpcjgdfjoceedp
Official URL https://chromewebstore.google.com/detail/mygoogle/aaiachpcledheonekpfpcjgdfjoceedp
Description Use your your name as google image...
File Size 47.51 KB
Installation Count 1,224
Current Version 1.0
Last Updated 2013-10-21
Publish Date 2013-10-21
Rating 4.55/5 Total 33 Ratings
Developer Chakri
Payment Type free
Supported Languages 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"
        ]
    }
}