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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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