myGoogle

Use your your name as google image...

myGoogleคืออะไร?

myGoogle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chakri และคุณลักษณะหลักของมันคือ "Use your your name as google image..."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย myGoogle

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}